Changeset 1846655
- Timestamp:
- 03/26/2018 12:08:39 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
daves-wordpress-live-search/trunk/class-daves-wordpress-live-search-results.php
r1846584 r1846655 19 19 * @param boolean $displayPostMeta Show author & date for each post. Defaults to TRUE to keep original bahavior from before I added this flag 20 20 */ 21 function DavesWordPressLiveSearchResults( $searchTerms, $displayPostMeta = true ) {21 function __construct( $searchTerms, $displayPostMeta = true ) { 22 22 23 23 $this->results = array();
Note: See TracChangeset
for help on using the changeset viewer.