Changeset 5823
- Timestamp:
- 07/13/2015 10:02:16 PM (9 years ago)
- Location:
- trunk/src
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bbpress.php
r5821 r5823 294 294 /** Core **************************************************************/ 295 295 296 require $this->includes_dir . 'core/abstraction.php'; 296 297 require $this->includes_dir . 'core/sub-actions.php'; 297 298 require $this->includes_dir . 'core/functions.php'; -
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.