Changeset 39139 for trunk/src/wp-includes/general-template.php
- Timestamp:
- 11/04/2016 12:14:05 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/general-template.php
r39074 r39139 3019 3019 * @since 2.5.0 3020 3020 * 3021 * @param string $r string Which editor should be displayed by default. Either 'tinymce', 3022 * 'html', or 'test' 3021 * @param string $r Which editor should be displayed by default. Either 'tinymce', 'html', or 'test'. 3023 3022 */ 3024 3023 return apply_filters( 'wp_default_editor', $r );
Note: See TracChangeset
for help on using the changeset viewer.