Changeset 57772 for trunk/src/wp-admin/includes/plugin.php
- Timestamp:
- 03/05/2024 11:41:53 AM (15 months ago)
- File:
-
- 1 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() {
Note: See TracChangeset
for help on using the changeset viewer.