Make WordPress Core

Ticket #51441: 51441.patch

File 51441.patch, 971 bytes (added by ravipatel, 3 years ago)

Merge 2 files patches with same issue

  • 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 */
  • shortcodes.php

     
    292292/**
    293293 * Regular Expression callable for do_shortcode() for calling shortcode hook.
    294294 *
    295  * @see get_shortcode_regex for details of the match array contents.
     295 * @see get_shortcode_regex() for details of the match array contents.
    296296 *
    297297 * @since 2.5.0
    298298 * @access private