Index: includes/plugin.php
===================================================================
--- includes/plugin.php	(revision 56650)
+++ includes/plugin.php	(working copy)
@@ -2385,6 +2385,8 @@
  * Conditional Tags} article in the Theme Developer Handbook.
  *
  * @since 5.2.0
+ * 
+ * @global WP_Paused_Extensions_Storage wp_paused_plugins.
  *
  * @param string $plugin Path to the plugin file relative to the plugins directory.
  * @return bool True, if in the list of paused plugins. False, if not in the list.
@@ -2407,6 +2409,8 @@
  * Gets the error that was recorded for a paused plugin.
  *
  * @since 5.2.0
+ * 
+ * @global WP_Paused_Extensions_Storage wp_paused_plugins.
  *
  * @param string $plugin Path to the plugin file relative to the plugins directory.
  * @return array|false Array of error information as returned by `error_get_last()`,
@@ -2483,6 +2487,7 @@
  * @since 5.2.0
  *
  * @global string $pagenow The filename of the current screen.
+ * @global WP_Paused_Extensions_Storage wp_paused_plugins.
  */
 function paused_plugins_notice() {
 	if ( 'plugins.php' === $GLOBALS['pagenow'] ) {
