Changeset 30173 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 11/01/2014 11:21:07 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r30055 r30173 419 419 $mce_external_plugins[ $name ] = $url; 420 420 $plugurl = dirname( $url ); 421 $strings = $str1 = $str2 ='';421 $strings = ''; 422 422 423 423 // Try to load langs/[locale].js and langs/[locale]_dlg.js
Note: See TracChangeset
for help on using the changeset viewer.