Changeset 37985 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 07/06/2016 12:39:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r37741 r37985 101 101 if ( false !== strpos( $editor_id, '[' ) ) { 102 102 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.' ); 104 104 } 105 105 } … … 1311 1311 */ 1312 1312 public static function wp_fullscreen_html() { 1313 _deprecated_function( __FUNCTION__, '4.3 ' );1313 _deprecated_function( __FUNCTION__, '4.3.0' ); 1314 1314 } 1315 1315
Note: See TracChangeset
for help on using the changeset viewer.