Changeset 38399 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 08/27/2016 09:15:01 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r38255 r38399 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' );2985 2986 2983 _WP_Editors::editor($content, $editor_id, $settings); 2987 2984 }
Note: See TracChangeset
for help on using the changeset viewer.