Docs: Apply inline @see tags to hooks referenced in DocBlocks for core classes.
Applying these specially-crafted `@see` tags allows the Code Reference parser to recognize and link these elements as actions and filters. See #36921. Built from https://develop.svn.wordpress.org/trunk@37539 git-svn-id: http://core.svn.wordpress.org/trunk@37507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -170,7 +170,7 @@ final class WP_Theme implements ArrayAccess {
|
||||
/**
|
||||
* Flag for whether the themes cache bucket should be persistently cached.
|
||||
*
|
||||
* Default is false. Can be set with the wp_cache_themes_persistently filter.
|
||||
* Default is false. Can be set with the {@see 'wp_cache_themes_persistently'} filter.
|
||||
*
|
||||
* @static
|
||||
* @access private
|
||||
@@ -920,7 +920,7 @@ final class WP_Theme implements ArrayAccess {
|
||||
*
|
||||
* This is typically the absolute URL to wp-content/themes. This forms the basis
|
||||
* for all other URLs returned by WP_Theme, so we pass it to the public function
|
||||
* get_theme_root_uri() and allow it to run the theme_root_uri filter.
|
||||
* get_theme_root_uri() and allow it to run the {@see 'theme_root_uri'} filter.
|
||||
*
|
||||
* @since 3.4.0
|
||||
* @access public
|
||||
|
||||
Reference in New Issue
Block a user