Changeset 4579 for trunk/includes/core/options.php
- Timestamp:
- 12/16/2012 08:19:21 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/options.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/options.php
r4336 r4579 80 80 81 81 '_bbp_view_slug' => 'view', // View slug 82 '_bbp_search_slug' => 'search', // Search slug 82 83 83 84 /** Topics ************************************************************/ … … 500 501 } 501 502 503 /** 504 * Return the search slug 505 * 506 * @since bbPress (r4579) 507 * 508 * @return string 509 */ 510 function bbp_get_search_slug( $default = 'search' ) { 511 return apply_filters( 'bbp_get_search_slug', bbp_maybe_get_root_slug() . get_option( '_bbp_search_slug', $default ) ); 512 } 513 502 514 /** Legacy ********************************************************************/ 503 515
Note: See TracChangeset
for help on using the changeset viewer.