Coding Standards: Remove some extra trailing spaces.
Follow-up to [57772]. See #60021. Built from https://develop.svn.wordpress.org/trunk@57773 git-svn-id: http://core.svn.wordpress.org/trunk@57274 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
6e89ac85c6
commit
c774332090
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue