Make WordPress Core


Ignore:
Timestamp:
05/22/2016 05:39:00 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Remove/replace invalid inline @link tags in DocBlocks in wp-includes/*.

Fixes #36910.

File:
1 edited

Legend:

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

    r37431 r37487  
    210210
    211211/**
    212  * Retrieve URI of current theme stylesheet.
    213  *
    214  * The stylesheet file name is 'style.css' which is appended to {@link
    215  * get_stylesheet_directory_uri() stylesheet directory URI} path.
     212 * Retrieves the URI of current theme stylesheet.
     213 *
     214 * The stylesheet file name is 'style.css' which is appended to the stylesheet directory URI path.
     215 * See get_stylesheet_directory_uri().
    216216 *
    217217 * @since 1.5.0
Note: See TracChangeset for help on using the changeset viewer.