Changeset 58373
- Timestamp:
- 06/09/2024 10:51:47 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/media.php
r58372 r58373 3269 3269 'media_buttons' => false, 3270 3270 /** 3271 * Filter the TinyMCE argument for the media description field on the attachment details screen.3271 * Filters the TinyMCE argument for the media description field on the attachment details screen. 3272 3272 * 3273 3273 * @since 6.6.0 3274 3274 * 3275 * @param bool Activate TinyMCE in media description field. Default false.3275 * @param bool $tinymce Whether to activate TinyMCE in media description field. Default false. 3276 3276 */ 3277 3277 'tinymce' => apply_filters( 'activate_tinymce_for_media_description', false ),
Note: See TracChangeset
for help on using the changeset viewer.