Ticket #33742: 33742.diff
| File 33742.diff, 479 bytes (added by , 9 years ago) |
|---|
-
src/wp-admin/includes/nav-menu.php
77 77 'posts_per_page' => 10, 78 78 'post_type' => $matches[2], 79 79 's' => $query, 80 'post_status' => 'publish', 80 81 ) ); 81 82 if ( ! $search_results_query->have_posts() ) { 82 83 return;