Changeset 7343
- Timestamp:
- 07/25/2025 03:13:44 PM (11 months ago)
- Location:
- trunk/src/includes/core
- Files:
-
- 2 edited
-
template-loader.php (modified) (1 diff)
-
update.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/includes/core/template-loader.php
r7006 r7343 130 130 * @since 2.1.0 bbPress (r3732) 131 131 * 132 * @global string $pagenow 132 * @global string $pagenow The filename of the current screen. 133 133 */ 134 134 function bbp_load_theme_functions() { -
trunk/src/includes/core/update.php
r6935 r7343 44 44 * @since 2.0.0 bbPress (r3421) 45 45 * 46 * @global string $pagenow The filename of the current screen. 47 * 46 48 * @return bool True if activating bbPress, false if not 47 49 */ … … 93 95 * 94 96 * @since 2.0.0 bbPress (r3421) 97 * 98 * @global string $pagenow The filename of the current screen. 95 99 * 96 100 * @return bool True if deactivating bbPress, false if not
Note: See TracChangeset
for help on using the changeset viewer.