Changeset 9308 for trunk/src/bp-blogs/bp-blogs-template.php
- Timestamp:
- 01/07/2015 10:03:19 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-blogs/bp-blogs-template.php
r9291 r9308 395 395 global $blogs_template; 396 396 397 // Check for and use search terms397 // Check for and use search terms 398 398 $search_terms = ! empty( $_REQUEST['s'] ) 399 399 ? $_REQUEST['s'] … … 771 771 ) ); 772 772 773 // Backwards compatibil ty for anyone forcing a 'true' active_format773 // Backwards compatibility for anyone forcing a 'true' active_format 774 774 if ( true === $r['active_format'] ) { 775 775 $r['active_format'] = __( 'active %s', 'buddypress' ); … … 1366 1366 1367 1367 /** 1368 * Fires after the default successful blog registration mess sage markup.1368 * Fires after the default successful blog registration message markup. 1369 1369 * 1370 1370 * @since BuddyPress (1.0.0)
Note: See TracChangeset
for help on using the changeset viewer.