Make WordPress Core

Ticket #13205: 13205.diff

File 13205.diff, 406 bytes (added by duck_, 15 years ago)
  • wp-admin/includes/nav-menu.php

     
    244244                                's' => $query,
    245245                        ));
    246246                        if ( ! have_posts() )
    247                                         echo '-1';
     247                                return;
    248248                        while ( have_posts() ) {
    249249                                the_post();
    250250                                if ( 'markup' == $response_format ) {