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
This commit is contained in:
Drew Jaynes 2016-02-24 16:44:26 +00:00
parent c38daf6a7e
commit 15482d5d80
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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.