Make WordPress Core

Changeset 14603


Ignore:
Timestamp:
05/13/2010 05:34:43 PM (14 years ago)
Author:
westi
Message:

Add commentary about the posts_search filter. See #10667.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/query.php

    r14588 r14603  
    18441844            }
    18451845        }
     1846       
     1847        // Allow plugins to contextually add/remove/modify the search section of the database query
    18461848        $search = apply_filters_ref_array('posts_search', array( $search, &$this ) );
    18471849
Note: See TracChangeset for help on using the changeset viewer.