Changeset 38470 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 08/31/2016 04:30:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r38468 r38470 2981 2981 */ 2982 2982 function wp_editor( $content, $editor_id, $settings = array() ) { 2983 if ( ! class_exists( '_WP_Editors', false ) ) 2984 require( ABSPATH . WPINC . '/class-wp-editor.php' ); 2983 2985 _WP_Editors::editor($content, $editor_id, $settings); 2984 2986 }
Note: See TracChangeset
for help on using the changeset viewer.