Make WordPress Core


Ignore:
Timestamp:
03/05/2024 11:41:53 AM (15 months ago)
Author:
SergeyBiryukov
Message:

Docs: Document the usage of $_paused_plugins and $_paused_themes globals.

Follow-up to [44973].

Props upadalavipul, sabernhardt.
See #60021.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/theme.php

    r57685 r57772  
    11111111 *
    11121112 * @since 5.2.0
     1113 *
     1114 * @global WP_Paused_Extensions_Storage $_paused_themes
    11131115 *
    11141116 * @param string $theme Path to the theme directory relative to the themes directory.
     
    11311133 *
    11321134 * @since 5.2.0
     1135 *
     1136 * @global WP_Paused_Extensions_Storage $_paused_themes
    11331137 *
    11341138 * @param string $theme Path to the theme directory relative to the themes
     
    12221226 * @since 5.2.0
    12231227 *
    1224  * @global string $pagenow The filename of the current screen.
     1228 * @global string                       $pagenow        The filename of the current screen.
     1229 * @global WP_Paused_Extensions_Storage $_paused_themes
    12251230 */
    12261231function paused_themes_notice() {
Note: See TracChangeset for help on using the changeset viewer.