Changeset 4579 for trunk/includes/core/functions.php
- Timestamp:
- 12/16/2012 08:19:21 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/functions.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/functions.php
r4323 r4579 436 436 437 437 /** 438 * Return the enique ID for all edit rewrite rules (forum|topic|reply|tag|user)438 * Return the unique ID for all edit rewrite rules (forum|topic|reply|tag|user) 439 439 * 440 440 * @since bbPress (r3762) … … 446 446 447 447 /** 448 * Return the unique ID for all search rewrite rules 449 * 450 * @since bbPress (r4579) 451 * 452 * @return string 453 */ 454 function bbp_get_search_rewrite_id() { 455 return bbpress()->search_id; 456 } 457 458 /** 448 459 * Return the unique ID for user topics rewrite rules 449 460 *
Note: See TracChangeset
for help on using the changeset viewer.