wp/wp-admin/link.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
equal deleted inserted replaced
18:be944660c56a 19:3d72ae0968f4
   106 			wp_enqueue_script( 'jquery-touch-punch' );
   106 			wp_enqueue_script( 'jquery-touch-punch' );
   107 		}
   107 		}
   108 
   108 
   109 		$parent_file  = 'link-manager.php';
   109 		$parent_file  = 'link-manager.php';
   110 		$submenu_file = 'link-manager.php';
   110 		$submenu_file = 'link-manager.php';
   111 		$title        = __( 'Edit Link' );
   111 		// Used in the HTML title tag.
       
   112 		$title = __( 'Edit Link' );
   112 
   113 
   113 		$link_id = (int) $_GET['link_id'];
   114 		$link_id = (int) $_GET['link_id'];
   114 
   115 
   115 		$link = get_link_to_edit( $link_id );
   116 		$link = get_link_to_edit( $link_id );
   116 		if ( ! $link ) {
   117 		if ( ! $link ) {