Changeset 47210 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 02/07/2020 11:28:22 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r47198 r47210 3401 3401 * 3402 3402 * @see _WP_Editors::editor() 3403 * @see _WP_Editors::parse_settings() 3403 3404 * @since 3.3.0 3404 3405 * 3405 3406 * @param string $content Initial content for the editor. 3406 * @param string $editor_id HTML ID attribute value for the textarea and TinyMCE. Can only be /[a-z]+/. 3407 * @param array $settings See _WP_Editors::editor(). 3407 * @param string $editor_id HTML ID attribute value for the textarea and TinyMCE. 3408 * Should not contain square brackets. 3409 * @param array $settings See _WP_Editors::parse_settings() for description. 3408 3410 */ 3409 3411 function wp_editor( $content, $editor_id, $settings = array() ) {
Note: See TracChangeset
for help on using the changeset viewer.