Skip to:
Content

bbPress.org

Changeset 7313


Ignore:
Timestamp:
06/26/2025 01:08:10 AM (3 months ago)
Author:
johnjamesjacoby
Message:

Common: document a few global variable usages.

Props upadalavipul.

In branches/2.6, for 2.6.14.

Fixes #3623.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.6/src/includes/common/template.php

    r7230 r7313  
    182182 * @since 2.1.0 bbPress (r3553)
    183183 *
     184 * @global string $pagenow The filename of the current screen.
     185 *
    184186 * @return bool True if it's the forum edit page, false if not
    185187 */
     
    280282 * @since 2.0.0 bbPress (r2753)
    281283 *
     284 * @global string $pagenow The filename of the current screen.
     285 *
    282286 * @return bool True if it's the topic edit page, false if not
    283287 */
     
    381385 *
    382386 * @since 2.0.0 bbPress (r3346)
     387 *
     388 * @global string $pagenow The filename of the current screen.
     389 * @global string $taxnow  The taxonomy of the current screen.
    383390 *
    384391 * @return bool True if editing a topic tag, false if not
     
    464471 *
    465472 * @since 2.0.0 bbPress (r2753)
     473 *
     474 * @global string $pagenow The filename of the current screen.
    466475 *
    467476 * @return bool True if it's the reply edit page, false if not
Note: See TracChangeset for help on using the changeset viewer.