Plugin Directory

Changeset 1846655


Ignore:
Timestamp:
03/26/2018 12:08:39 AM (8 years ago)
Author:
csixty4
Message:

Fixed old school constructor still hanging around

File:
1 edited

Legend:

Unmodified
Added
Removed
  • daves-wordpress-live-search/trunk/class-daves-wordpress-live-search-results.php

    r1846584 r1846655  
    1919     * @param boolean $displayPostMeta Show author & date for each post. Defaults to TRUE to keep original bahavior from before I added this flag
    2020     */
    21     function DavesWordPressLiveSearchResults( $searchTerms, $displayPostMeta = true ) {
     21    function __construct( $searchTerms, $displayPostMeta = true ) {
    2222
    2323        $this->results = array();
Note: See TracChangeset for help on using the changeset viewer.