Make WordPress Core

Ticket #51441: 51441-general-template.php.patch

File 51441-general-template.php.patch, 515 bytes (added by ravipatel, 4 years ago)

cannot be resolved to a type - document chages

  • general-template.php

     
    24082408/**
    24092409 * Purge the cached results of get_calendar.
    24102410 *
    2411  * @see get_calendar
     2411 * @see get_calendar()
    24122412 * @since 2.1.0
    24132413 */
    24142414function delete_get_calendar_cache() {
     
    31943194 *
    31953195 *     add_action( 'wp_head', 'noindex' );
    31963196 *
    3197  * @see wp_no_robots
     3197 * @see wp_no_robots()
    31983198 *
    31993199 * @since 2.1.0
    32003200 */