Changeset 5823 for trunk/src/includes/core/functions.php
- Timestamp:
- 07/13/2015 10:02:16 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/functions.php
r5770 r5823 566 566 567 567 /** 568 * Get the slug used for paginated requests569 *570 * @since bbPress (r4926)571 * @global object $wp_rewrite The WP_Rewrite object572 * @return string573 */574 function bbp_get_paged_slug() {575 global $wp_rewrite;576 return $wp_rewrite->pagination_base;577 }578 579 /**580 568 * Delete a blogs rewrite rules, so that they are automatically rebuilt on 581 569 * the subsequent page load.
Note: See TracChangeset
for help on using the changeset viewer.