From 15482d5d8043ba624b618dea5f8b0276a4ad99fd Mon Sep 17 00:00:00 2001 From: Drew Jaynes Date: Wed, 24 Feb 2016 16:44:26 +0000 Subject: [PATCH] Docs: Add an inline `@see` tag to link up the `plugins_loaded` hook in the description for the `customize_loaded_components` filter. See #32246. Built from https://develop.svn.wordpress.org/trunk@36687 git-svn-id: http://core.svn.wordpress.org/trunk@36654 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/class-wp-customize-manager.php | 2 +- wp-includes/version.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.