Changeset 4321 for trunk/includes/core/functions.php
- Timestamp:
- 11/03/2012 09:12:24 AM (13 years ago)
- File:
-
- 1 edited
-
trunk/includes/core/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/includes/core/functions.php
r4249 r4321 395 395 396 396 /** 397 * Return the unique ID for user topics rewrite rules 398 * 399 * @since bbPress (r4321) 400 * @return string 401 */ 402 function bbp_get_user_topics_rewrite_id() { 403 return bbpress()->tops_id; 404 } 405 406 /** 407 * Return the unique ID for user replies rewrite rules 408 * 409 * @since bbPress (r4321) 410 * @return string 411 */ 412 function bbp_get_user_replies_rewrite_id() { 413 return bbpress()->reps_id; 414 } 415 416 /** 397 417 * Return the unique ID for user caps rewrite rules 398 418 *
Note: See TracChangeset
for help on using the changeset viewer.