diff --git a/wp-admin/includes/plugin.php b/wp-admin/includes/plugin.php index 84d9dcad1e..bcae273367 100644 --- a/wp-admin/includes/plugin.php +++ b/wp-admin/includes/plugin.php @@ -2456,7 +2456,7 @@ function wp_add_privacy_policy_content( $plugin_name, $policy_text ) { * Conditional Tags} article in the Theme Developer Handbook. * * @since 5.2.0 - * + * * @global WP_Paused_Extensions_Storage $_paused_plugins * * @param string $plugin Path to the plugin file relative to the plugins directory. @@ -2480,7 +2480,7 @@ function is_plugin_paused( $plugin ) { * Gets the error that was recorded for a paused plugin. * * @since 5.2.0 - * + * * @global WP_Paused_Extensions_Storage $_paused_plugins * * @param string $plugin Path to the plugin file relative to the plugins directory. diff --git a/wp-admin/includes/theme.php b/wp-admin/includes/theme.php index cae4529e1f..36dc28bac9 100644 --- a/wp-admin/includes/theme.php +++ b/wp-admin/includes/theme.php @@ -1110,7 +1110,7 @@ function customize_themes_print_templates() { * Conditional Tags} article in the Theme Developer Handbook. * * @since 5.2.0 - * + * * @global WP_Paused_Extensions_Storage $_paused_themes * * @param string $theme Path to the theme directory relative to the themes directory. @@ -1132,7 +1132,7 @@ function is_theme_paused( $theme ) { * Gets the error that was recorded for a paused theme. * * @since 5.2.0 - * + * * @global WP_Paused_Extensions_Storage $_paused_themes * * @param string $theme Path to the theme directory relative to the themes diff --git a/wp-includes/load.php b/wp-includes/load.php index 1bff9c6976..40947a0b20 100644 --- a/wp-includes/load.php +++ b/wp-includes/load.php @@ -1013,7 +1013,7 @@ function wp_get_active_and_valid_plugins() { * Filters a given list of plugins, removing any paused plugins from it. * * @since 5.2.0 - * + * * @global WP_Paused_Extensions_Storage $_paused_plugins * * @param string[] $plugins Array of absolute plugin main file paths. @@ -1089,7 +1089,7 @@ function wp_get_active_and_valid_themes() { * Filters a given list of themes, removing any paused themes from it. * * @since 5.2.0 - * + * * @global WP_Paused_Extensions_Storage $_paused_themes * * @param string[] $themes Array of absolute theme directory paths. diff --git a/wp-includes/version.php b/wp-includes/version.php index 306ce25a74..b132236ca9 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-beta3-57772'; +$wp_version = '6.5-beta3-57773'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.