Make WordPress Core

Changeset 58373


Ignore:
Timestamp:
06/09/2024 10:51:47 PM (13 months ago)
Author:
SergeyBiryukov
Message:

Docs: Correct DocBlock formatting for activate_tinymce_for_media_description.

Follow-up to [58372].

See #60158.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/includes/media.php

    r58372 r58373  
    32693269        'media_buttons' => false,
    32703270        /**
    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.
    32723272         *
    32733273         * @since 6.6.0
    32743274         *
    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.
    32763276         */
    32773277        'tinymce'       => apply_filters( 'activate_tinymce_for_media_description', false ),
Note: See TracChangeset for help on using the changeset viewer.