Changeset 3505 for branches/plugin/bbp-includes/bbp-user-template.php
- Timestamp:
- 09/10/2011 10:27:19 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/plugin/bbp-includes/bbp-user-template.php
r3504 r3505 859 859 */ 860 860 function bbp_login_notices() { 861 global $bbp;862 861 863 862 // loggedout was passed … … 1251 1250 $defaults = array( 1252 1251 'post_type' => bbp_get_forum_post_type(), 1253 'post_status' => 'publish',1252 'post_status' => bbp_get_public_status_id(), 1254 1253 'numberposts' => -1, 1255 1254 'exclude' => $post__not_in
Note: See TracChangeset
for help on using the changeset viewer.