Ticket #60021: 60021.6.patch
| File 60021.6.patch, 1.1 KB (added by , 2 years ago) |
|---|
-
includes/plugin.php
2385 2385 * Conditional Tags} article in the Theme Developer Handbook. 2386 2386 * 2387 2387 * @since 5.2.0 2388 * 2389 * @global WP_Paused_Extensions_Storage wp_paused_plugins. 2388 2390 * 2389 2391 * @param string $plugin Path to the plugin file relative to the plugins directory. 2390 2392 * @return bool True, if in the list of paused plugins. False, if not in the list. … … 2407 2409 * Gets the error that was recorded for a paused plugin. 2408 2410 * 2409 2411 * @since 5.2.0 2412 * 2413 * @global WP_Paused_Extensions_Storage wp_paused_plugins. 2410 2414 * 2411 2415 * @param string $plugin Path to the plugin file relative to the plugins directory. 2412 2416 * @return array|false Array of error information as returned by `error_get_last()`, … … 2483 2487 * @since 5.2.0 2484 2488 * 2485 2489 * @global string $pagenow The filename of the current screen. 2490 * @global WP_Paused_Extensions_Storage wp_paused_plugins. 2486 2491 */ 2487 2492 function paused_plugins_notice() { 2488 2493 if ( 'plugins.php' === $GLOBALS['pagenow'] ) {