Make WordPress Core


Ignore:
Timestamp:
01/17/2019 06:45:58 AM (8 years ago)
Author:
pento
Message:

Docs: Fix the last handful of incorrect @since 5.0.0 docblock tags.

Props peterwilsoncc.
Fixes #45543.

File:
1 edited

Legend:

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

    r44592 r44635  
    28812881 * Typical usage is as a wp_head callback. add_action( 'wp_head', 'wp_sensitive_page_meta' );
    28822882 *
    2883  * @since 5.0.0
     2883 * @since 5.0.1
    28842884 */
    28852885function wp_sensitive_page_meta() {
Note: See TracChangeset for help on using the changeset viewer.