Changeset 28945
- Timestamp:
- 07/01/2014 11:29:03 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-editor.php
r28944 r28945 74 74 * @param string $editor_id ID for the current editor instance. 75 75 */ 76 $ defaults = apply_filters( 'wp_editor_settings', $settings, $editor_id );76 $settings = apply_filters( 'wp_editor_settings', $settings, $editor_id ); 77 77 78 78 $set = wp_parse_args( $settings, array(
Note: See TracChangeset
for help on using the changeset viewer.