Changeset 58372
- Timestamp:
- 06/09/2024 02:30:30 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r58240 r58372 3268 3268 'textarea_rows' => 5, 3269 3269 'media_buttons' => false, 3270 'tinymce' => false, 3270 /** 3271 * Filter the TinyMCE argument for the media description field on the attachment details screen. 3272 * 3273 * @since 6.6.0 3274 * 3275 * @param bool Activate TinyMCE in media description field. Default false. 3276 */ 3277 'tinymce' => apply_filters( 'activate_tinymce_for_media_description', false ), 3271 3278 'quicktags' => $quicktags_settings, 3272 3279 );
Note: See TracChangeset
for help on using the changeset viewer.