Ticket #51441: 51441.patch
File 51441.patch, 971 bytes (added by , 3 years ago) |
---|
-
general-template.php
2408 2408 /** 2409 2409 * Purge the cached results of get_calendar. 2410 2410 * 2411 * @see get_calendar 2411 * @see get_calendar() 2412 2412 * @since 2.1.0 2413 2413 */ 2414 2414 function delete_get_calendar_cache() { … … 3194 3194 * 3195 3195 * add_action( 'wp_head', 'noindex' ); 3196 3196 * 3197 * @see wp_no_robots 3197 * @see wp_no_robots() 3198 3198 * 3199 3199 * @since 2.1.0 3200 3200 */ -
shortcodes.php
292 292 /** 293 293 * Regular Expression callable for do_shortcode() for calling shortcode hook. 294 294 * 295 * @see get_shortcode_regex for details of the match array contents.295 * @see get_shortcode_regex() for details of the match array contents. 296 296 * 297 297 * @since 2.5.0 298 298 * @access private