Changeset 33699
- Timestamp:
- 08/21/2015 06:29:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r33509 r33699 298 298 global $wp_version, $tinymce_version; 299 299 300 $first_run = false;301 302 300 if ( empty(self::$first_init) ) { 303 301 if ( is_admin() ) { … … 352 350 /** This filter is documented in wp-admin/includes/media.php */ 353 351 $no_captions = (bool) apply_filters( 'disable_captions', '' ); 354 $first_run = true;355 352 $ext_plugins = ''; 356 353
Note: See TracChangeset
for help on using the changeset viewer.