Skip to:
Content

bbPress.org

Changeset 7343


Ignore:
Timestamp:
07/25/2025 03:13:44 PM (11 months ago)
Author:
johnjamesjacoby
Message:

Docs: add/improve PHPDoc for $pagenow global in some places.

Props viralsampat.

In trunk, for 2.7.

Fixes #3641.

Location:
trunk/src/includes/core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/core/template-loader.php

    r7006 r7343  
    130130 * @since 2.1.0 bbPress (r3732)
    131131 *
    132  * @global string $pagenow
     132 * @global string $pagenow The filename of the current screen.
    133133 */
    134134function bbp_load_theme_functions() {
  • trunk/src/includes/core/update.php

    r6935 r7343  
    4444 * @since 2.0.0 bbPress (r3421)
    4545 *
     46 * @global string $pagenow The filename of the current screen.
     47 *
    4648 * @return bool True if activating bbPress, false if not
    4749 */
     
    9395 *
    9496 * @since 2.0.0 bbPress (r3421)
     97 *
     98 * @global string $pagenow The filename of the current screen.
    9599 *
    96100 * @return bool True if deactivating bbPress, false if not
Note: See TracChangeset for help on using the changeset viewer.