Skip to:
Content

bbPress.org

Changeset 5505


Ignore:
Timestamp:
09/11/2014 02:50:11 PM (10 years ago)
Author:
johnjamesjacoby
Message:

Add pending status to search results for capable users wishing to view all results. Props netweb. See #2645.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/search/template.php

    r5468 r5505  
    7171            bbp_get_closed_status_id(),
    7272            bbp_get_spam_status_id(),
    73             bbp_get_trash_status_id()
     73            bbp_get_trash_status_id(),
     74            bbp_get_pending_status_id()
    7475        );
    7576
     
    148149                'next_text' => is_rtl() ? '←' : '→',
    149150                'mid_size'  => 1,
    150                 'add_args'  => $add_args, 
     151                'add_args'  => $add_args,
    151152            ) )
    152153        );
Note: See TracChangeset for help on using the changeset viewer.