Ticket #3641: 3641.patch
| File 3641.patch, 1.1 KB (added by , 7 months ago) |
|---|
-
includes/core/template-loader.php
129 129 * 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() { 135 135 global $pagenow; -
includes/core/update.php
42 42 * for third party plugins to use to check for bbPress activation. 43 43 * 44 44 * @since 2.0.0 bbPress (r3421) 45 * 46 * @global string $pagenow The filename of the current screen. 45 47 * 46 48 * @return bool True if activating bbPress, false if not 47 49 */ … … 92 94 * Determine if bbPress is being deactivated 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 97 101 */