Ticket #51441: 51441-general-template.php.patch
File 51441-general-template.php.patch, 515 bytes (added by , 4 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 */