Changeset 20601 for trunk/wp-includes/js/tinymce/langs/wp-langs.php
- Timestamp:
- 04/25/2012 09:40:20 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/js/tinymce/langs/wp-langs.php
r20114 r20601 1 1 <?php 2 3 if ( ! defined( 'ABSPATH' ) ) 4 exit; 2 5 3 6 // deprecated, not used … … 5 8 return esc_js($text); 6 9 } 7 8 if ( ! class_exists( '_WP_Editors' ) )9 require( ABSPATH . WPINC . '/class-wp-editor.php' );10 10 11 11 function wp_mce_translation() {
Note: See TracChangeset
for help on using the changeset viewer.