Changeset 35904 for trunk/src/wp-includes/class-wp-editor.php
- Timestamp:
- 12/13/2015 07:21:32 PM (10 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/class-wp-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r35660 r35904 262 262 * @since 2.1.0 263 263 * 264 * @param string $content Default editor content. 264 * @param string $content Default editor content. 265 * @param string $default_editor The default editor for the current user. 266 * Either 'html' or 'tinymce'. 265 267 */ 266 268 $content = apply_filters( 'the_editor_content', $content, $default_editor );
Note: See TracChangeset
for help on using the changeset viewer.