Ticket #41825: 41825.patch
File 41825.patch, 487 bytes (added by , 7 years ago) |
---|
-
src/wp-includes/class-wp-editor.php
1625 1625 $posts = $get_posts->query( $query ); 1626 1626 // Check if any posts were found. 1627 1627 if ( ! $get_posts->post_count ) 1628 return false;1628 return apply_filters( 'wp_link_query', false, $query ); 1629 1629 1630 1630 // Build results. 1631 1631 $results = array();