Make WordPress Core


Ignore:
Timestamp:
10/05/2020 02:01:10 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Add brackets to function names in some @see tags, for consistency.

Props ravipatel, davidbaumwald.
Fixes #51441.

File:
1 edited

Legend:

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

    r48929 r49092  
    24092409 * Purge the cached results of get_calendar.
    24102410 *
    2411  * @see get_calendar
     2411 * @see get_calendar()
    24122412 * @since 2.1.0
    24132413 */
     
    31953195 *     add_action( 'wp_head', 'noindex' );
    31963196 *
    3197  * @see wp_no_robots
     3197 * @see wp_no_robots()
    31983198 *
    31993199 * @since 2.1.0
Note: See TracChangeset for help on using the changeset viewer.