Changeset 7313
- Timestamp:
- 06/26/2025 01:08:10 AM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.6/src/includes/common/template.php
r7230 r7313 182 182 * @since 2.1.0 bbPress (r3553) 183 183 * 184 * @global string $pagenow The filename of the current screen. 185 * 184 186 * @return bool True if it's the forum edit page, false if not 185 187 */ … … 280 282 * @since 2.0.0 bbPress (r2753) 281 283 * 284 * @global string $pagenow The filename of the current screen. 285 * 282 286 * @return bool True if it's the topic edit page, false if not 283 287 */ … … 381 385 * 382 386 * @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. 383 390 * 384 391 * @return bool True if editing a topic tag, false if not … … 464 471 * 465 472 * @since 2.0.0 bbPress (r2753) 473 * 474 * @global string $pagenow The filename of the current screen. 466 475 * 467 476 * @return bool True if it's the reply edit page, false if not
Note: See TracChangeset
for help on using the changeset viewer.