Changeset 42630 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 02/01/2018 01:19:50 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-editor.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r42523 r42630 74 74 * @since 4.0.0 75 75 * 76 * @see _WP_Editors ()::parse_settings()76 * @see _WP_Editors::parse_settings() 77 77 * 78 78 * @param array $settings Array of editor arguments. … … 152 152 * @param string $content The initial content of the editor. 153 153 * @param string $editor_id ID for the textarea and TinyMCE and Quicktags instances (can contain only ASCII letters and numbers). 154 * @param array $settings See _WP_Editors ()::parse_settings() for description.154 * @param array $settings See _WP_Editors::parse_settings() for description. 155 155 */ 156 156 public static function editor( $content, $editor_id, $settings = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.