Changeset 47860 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 05/27/2020 07:26:32 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r47808 r47860 311 311 * @since 3.3.0 312 312 * 313 * @global string $tinymce_version314 *315 313 * @param string $editor_id Unique editor identifier, e.g. 'content'. 316 314 * @param array $set Array of editor arguments. 317 315 */ 318 316 public static function editor_settings( $editor_id, $set ) { 319 global $tinymce_version;320 321 317 if ( empty( self::$first_init ) ) { 322 318 if ( is_admin() ) {
Note: See TracChangeset
for help on using the changeset viewer.