Docs: Add an inline @see tag to link up the plugins_loaded hook in the description for the customize_loaded_components filter.

See #32246.


git-svn-id: https://develop.svn.wordpress.org/trunk@36687 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes 2016-02-24 16:43:49 +00:00
parent 1e7fd85666
commit 432969af21

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