Ticket #13205: 13205.diff
File 13205.diff, 406 bytes (added by , 15 years ago) |
---|
-
wp-admin/includes/nav-menu.php
244 244 's' => $query, 245 245 )); 246 246 if ( ! have_posts() ) 247 echo '-1';247 return; 248 248 while ( have_posts() ) { 249 249 the_post(); 250 250 if ( 'markup' == $response_format ) {