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-includes/class-wp-editor.php

    r37741 r37985  
    101101            if ( false !== strpos( $editor_id, '[' ) ) {
    102102                self::$this_tinymce = false;
    103                 _deprecated_argument( 'wp_editor()', '3.9', 'TinyMCE editor IDs cannot have brackets.' );
     103                _deprecated_argument( 'wp_editor()', '3.9.0', 'TinyMCE editor IDs cannot have brackets.' );
    104104            }
    105105        }
     
    13111311     */
    13121312    public static function wp_fullscreen_html() {
    1313         _deprecated_function( __FUNCTION__, '4.3' );
     1313        _deprecated_function( __FUNCTION__, '4.3.0' );
    13141314    }
    13151315
Note: See TracChangeset for help on using the changeset viewer.