Changeset 40910
- Timestamp:
- 06/15/2017 12:18:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r40862 r40910 145 145 * @param string $content The initial content of the editor. 146 146 * @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers). 147 * @param array $settings See the _parse_settings() methodfor description.147 * @param array $settings See _WP_Editors()::parse_settings() for description. 148 148 */ 149 149 public static function editor( $content, $editor_id, $settings = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.