Make WordPress Core

Changeset 44635


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

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

Props peterwilsoncc.
Fixes #45543.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/file.php

    r43571 r44635  
    10111011             * Filters the maximum error response body size in `download_url()`.
    10121012             *
    1013              * @since 5.0.0
     1013             * @since 5.1.0
    10141014             *
    10151015             * @see download_url()
  • trunk/src/wp-includes/formatting.php

    r44620 r44635  
    30593059     * Filters the rel values that are added to links with `target` attribute.
    30603060     *
    3061      * @since 5.0.0
     3061     * @since 5.1.0
    30623062     *
    30633063     * @param string The rel values.
  • 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() {
  • trunk/tests/phpunit/tests/dependencies/mediaelementjs.php

    r42763 r44635  
    1414     * want to re-add them, please discuss that with the Security team first.
    1515     *
    16      * @since 5.0.0
     16     * @since 5.1.0
    1717     *
    1818     * @ticket 42720
Note: See TracChangeset for help on using the changeset viewer.