wp/wp-admin/link-add.php
changeset 19 3d72ae0968f4
parent 16 a86126ab1dd4
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
    11 
    11 
    12 if ( ! current_user_can( 'manage_links' ) ) {
    12 if ( ! current_user_can( 'manage_links' ) ) {
    13 	wp_die( __( 'Sorry, you are not allowed to add links to this site.' ) );
    13 	wp_die( __( 'Sorry, you are not allowed to add links to this site.' ) );
    14 }
    14 }
    15 
    15 
       
    16 // Used in the HTML title tag.
    16 $title       = __( 'Add New Link' );
    17 $title       = __( 'Add New Link' );
    17 $parent_file = 'link-manager.php';
    18 $parent_file = 'link-manager.php';
    18 
    19 
    19 wp_reset_vars( array( 'action', 'cat_id', 'link_id' ) );
    20 wp_reset_vars( array( 'action', 'cat_id', 'link_id' ) );
    20 
    21