Changeset 27950
- Timestamp:
- 04/05/2014 01:10:19 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r27927 r27950 81 81 82 82 self::$this_tinymce = ( $set['tinymce'] && user_can_richedit() ); 83 84 if ( self::$this_tinymce ) { 85 if ( false !== strpos( $editor_id, '[' ) ) { 86 self::$this_tinymce = false; 87 _deprecated_argument( 'wp_editor()', '3.9', 'TinyMCE editor IDs cannot have brackets.' ); 88 } 89 } 90 83 91 self::$this_quicktags = (bool) $set['quicktags']; 84 92
Note: See TracChangeset
for help on using the changeset viewer.