Make WordPress Core

Ticket #41825: 41825.patch

File 41825.patch, 487 bytes (added by mitraval192, 7 years ago)

Added patch

  • src/wp-includes/class-wp-editor.php

     
    16251625                $posts = $get_posts->query( $query );
    16261626                // Check if any posts were found.
    16271627                if ( ! $get_posts->post_count )
    1628                         return false;
     1628                        return apply_filters( 'wp_link_query', false, $query );
    16291629
    16301630                // Build results.
    16311631                $results = array();