Changeset 36033 for trunk/src/wp-includes/deprecated.php
- Timestamp:
- 12/20/2015 09:20:14 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/deprecated.php
r36030 r36033 2556 2556 2557 2557 /** 2558 * Display editor: TinyMCE, HTML, or both.2558 * Displays an editor: TinyMCE, HTML, or both. 2559 2559 * 2560 2560 * @since 2.1.0 … … 2562 2562 * @see wp_editor() 2563 2563 * 2564 * @param string $content Textarea content. 2565 * @param string $id Optional, default is 'content'. HTML ID attribute value. 2566 * @param string $prev_id Optional, not used 2567 * @param bool $media_buttons Optional, default is true. Whether to display media buttons. 2564 * @param string $content Textarea content. 2565 * @param string $id Optional. HTML ID attribute value. Default 'content'. 2566 * @param string $prev_id Optional. Unused. 2567 * @param bool $media_buttons Optional. Whether to display media buttons. Default true. 2568 * @param int $tab_index Optional. Unused. 2569 * @param bool $extended Optional. Unused. 2568 2570 * @param int $tab_index Optional, not used 2569 2571 */
Note: See TracChangeset
for help on using the changeset viewer.