Make WordPress Core


Ignore:
Timestamp:
06/06/2022 10:49:22 AM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Correct method reference format in some DocBlocks.

This ensures that the methods are recognized by the WordPress Code Reference parser.

Follow-up to [7994], [25567], [27156], [28887], [49672], [52226].

Props dd32, audrasjb.
Fixes #55928.

File:
1 edited

Legend:

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

    r53455 r53469  
    45604560 * Displays the URL of a WordPress admin CSS file.
    45614561 *
    4562  * @see WP_Styles::_css_href and its {@see 'style_loader_src'} filter.
     4562 * @see WP_Styles::_css_href() and its {@see 'style_loader_src'} filter.
    45634563 *
    45644564 * @since 2.3.0
Note: See TracChangeset for help on using the changeset viewer.