Make WordPress Core


Ignore:
Timestamp:
05/23/2016 06:53:05 PM (9 years ago)
Author:
DrewAPicture
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/class-wp-theme.php

    r37492 r37539  
    171171     * Flag for whether the themes cache bucket should be persistently cached.
    172172     *
    173      * Default is false. Can be set with the wp_cache_themes_persistently filter.
     173     * Default is false. Can be set with the {@see 'wp_cache_themes_persistently'} filter.
    174174     *
    175175     * @static
     
    921921     * This is typically the absolute URL to wp-content/themes. This forms the basis
    922922     * for all other URLs returned by WP_Theme, so we pass it to the public function
    923      * get_theme_root_uri() and allow it to run the theme_root_uri filter.
     923     * get_theme_root_uri() and allow it to run the {@see 'theme_root_uri'} filter.
    924924     *
    925925     * @since 3.4.0
Note: See TracChangeset for help on using the changeset viewer.