Changeset 5951 for trunk/src/includes/core/abstraction.php
- Timestamp:
- 10/28/2015 04:07:50 AM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/includes/core/abstraction.php (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/abstraction.php
r5909 r5951 20 20 * Lookup and return a global variable 21 21 * 22 * @since bbPress (r5814)22 * @since 2.5.8 bbPress (r5814) 23 23 * 24 24 * @param string $name Name of global variable … … 58 58 * filtered to support other configurations if needed. 59 59 * 60 * @since bbPress (r5814)60 * @since 2.5.8 bbPress (r5814) 61 61 * 62 62 * @return object … … 73 73 * be filtered to support other configurations if needed. 74 74 * 75 * @since bbPress (r5814)75 * @since 2.5.8 bbPress (r5814) 76 76 * 77 77 * @return object … … 87 87 * Get the root URL 88 88 * 89 * @since bbPress (r5814)89 * @since 2.5.8 bbPress (r5814) 90 90 * 91 91 * @return string … … 98 98 * Get the slug used for paginated requests 99 99 * 100 * @since bbPress (r4926)100 * @since 2.4.0 bbPress (r4926) 101 101 * 102 102 * @return string … … 109 109 * Is the environment using pretty URLs? 110 110 * 111 * @since bbPress (r5814)111 * @since 2.5.8 bbPress (r5814) 112 112 * 113 113 * @global object $wp_rewrite The WP_Rewrite object
Note: See TracChangeset
for help on using the changeset viewer.