diff --git a/wp-includes/class-wp-customize-manager.php b/wp-includes/class-wp-customize-manager.php index 67c8ac1271..ffc3ca5c5f 100644 --- a/wp-includes/class-wp-customize-manager.php +++ b/wp-includes/class-wp-customize-manager.php @@ -246,7 +246,7 @@ final class WP_Customize_Manager { * * This allows Core components to be excluded from being instantiated by * filtering them out of the array. Note that this filter generally runs - * during the `plugins_loaded` action, so it cannot be added + * during the {@see 'plugins_loaded'} action, so it cannot be added * in a theme. * * @since 4.4.0 diff --git a/wp-includes/version.php b/wp-includes/version.php index 73297bf706..db175e0435 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.5-alpha-36686'; +$wp_version = '4.5-alpha-36687'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.