Make WordPress Core


Ignore:
Timestamp:
07/06/2016 12:39:01 PM (8 years ago)
Author:
SergeyBiryukov
Message:

Docs: Use 3-digit, x.x.x-style semantic versioning for _doing_it_wrong(), _deprecated_function(), _deprecated_argument(), and _deprecated_file() throughout core.

Props metodiew.
Fixes #36495.

File:
1 edited

Legend:

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

    r37965 r37985  
    3939function wp_install( $blog_title, $user_name, $user_email, $public, $deprecated = '', $user_password = '', $language = '' ) {
    4040    if ( !empty( $deprecated ) )
    41         _deprecated_argument( __FUNCTION__, '2.6' );
     41        _deprecated_argument( __FUNCTION__, '2.6.0' );
    4242
    4343    wp_check_mysql_version();
Note: See TracChangeset for help on using the changeset viewer.