Changeset 57772
- Timestamp:
- 03/05/2024 11:41:53 AM (14 months ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/plugin.php
r57770 r57772 2457 2457 * 2458 2458 * @since 5.2.0 2459 * 2460 * @global WP_Paused_Extensions_Storage $_paused_plugins 2459 2461 * 2460 2462 * @param string $plugin Path to the plugin file relative to the plugins directory. … … 2479 2481 * 2480 2482 * @since 5.2.0 2483 * 2484 * @global WP_Paused_Extensions_Storage $_paused_plugins 2481 2485 * 2482 2486 * @param string $plugin Path to the plugin file relative to the plugins directory. … … 2554 2558 * @since 5.2.0 2555 2559 * 2556 * @global string $pagenow The filename of the current screen. 2560 * @global string $pagenow The filename of the current screen. 2561 * @global WP_Paused_Extensions_Storage $_paused_plugins 2557 2562 */ 2558 2563 function paused_plugins_notice() { -
trunk/src/wp-admin/includes/theme.php
r57685 r57772 1111 1111 * 1112 1112 * @since 5.2.0 1113 * 1114 * @global WP_Paused_Extensions_Storage $_paused_themes 1113 1115 * 1114 1116 * @param string $theme Path to the theme directory relative to the themes directory. … … 1131 1133 * 1132 1134 * @since 5.2.0 1135 * 1136 * @global WP_Paused_Extensions_Storage $_paused_themes 1133 1137 * 1134 1138 * @param string $theme Path to the theme directory relative to the themes … … 1222 1226 * @since 5.2.0 1223 1227 * 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 1225 1230 */ 1226 1231 function paused_themes_notice() { -
trunk/src/wp-includes/load.php
r57685 r57772 1014 1014 * 1015 1015 * @since 5.2.0 1016 * 1017 * @global WP_Paused_Extensions_Storage $_paused_plugins 1016 1018 * 1017 1019 * @param string[] $plugins Array of absolute plugin main file paths. … … 1088 1090 * 1089 1091 * @since 5.2.0 1092 * 1093 * @global WP_Paused_Extensions_Storage $_paused_themes 1090 1094 * 1091 1095 * @param string[] $themes Array of absolute theme directory paths.
Note: See TracChangeset
for help on using the changeset viewer.