Make WordPress Core

Changeset 32897


Ignore:
Timestamp:
06/21/2015 11:40:05 AM (10 years ago)
Author:
ocean90
Message:

Use 3-digit x.x.x style for 4.3.0 @since versions.

see #32335, #32430.

Location:
trunk/src/wp-includes
Files:
2 edited

Legend:

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

    r32896 r32897  
    15271527 * Converts invalid Unicode references range to valid range.
    15281528 *
    1529  * @since 4.3
     1529 * @since 4.3.0
    15301530 *
    15311531 * @param string $content String with entities that need converting.
  • trunk/src/wp-includes/user.php

    r32884 r32897  
    21572157         * Filter to stop the sending of the password change email.
    21582158         *
    2159          * @since 4.3
     2159         * @since 4.3.0
    21602160         * @see  wp_insert_user() For $user and $userdata fields.
    21612161         *
     
    21722172         * Filter to stop the sending of the email change email.
    21732173         *
    2174          * @since 4.3
     2174         * @since 4.3.0
    21752175         * @see  wp_insert_user() For $user and $userdata fields.
    21762176         *
     
    22192219             * Filter the email sent when the user's password is changed.
    22202220             *
    2221              * @since 4.3
     2221             * @since 4.3.0
    22222222             *
    22232223             * @param array $pass_change_email {
     
    22742274             * Filter the email sent when the user's password is changed.
    22752275             *
    2276              * @since 4.3
     2276             * @since 4.3.0
    22772277             *
    22782278             * @param array $email_change_email {
Note: See TracChangeset for help on using the changeset viewer.