Docs: Correct DocBlock formatting for `activate_tinymce_for_media_description`.
Follow-up to [58372]. See #60158. Built from https://develop.svn.wordpress.org/trunk@58373 git-svn-id: http://core.svn.wordpress.org/trunk@57822 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
b9cd68854f
commit
2aadbaa814
|
@ -3268,11 +3268,11 @@ function edit_form_image_editor( $post ) {
|
||||||
'textarea_rows' => 5,
|
'textarea_rows' => 5,
|
||||||
'media_buttons' => false,
|
'media_buttons' => false,
|
||||||
/**
|
/**
|
||||||
* Filter the TinyMCE argument for the media description field on the attachment details screen.
|
* Filters the TinyMCE argument for the media description field on the attachment details screen.
|
||||||
*
|
*
|
||||||
* @since 6.6.0
|
* @since 6.6.0
|
||||||
*
|
*
|
||||||
* @param bool Activate TinyMCE in media description field. Default false.
|
* @param bool $tinymce Whether to activate TinyMCE in media description field. Default false.
|
||||||
*/
|
*/
|
||||||
'tinymce' => apply_filters( 'activate_tinymce_for_media_description', false ),
|
'tinymce' => apply_filters( 'activate_tinymce_for_media_description', false ),
|
||||||
'quicktags' => $quicktags_settings,
|
'quicktags' => $quicktags_settings,
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @global string $wp_version
|
||||||
*/
|
*/
|
||||||
$wp_version = '6.6-beta1-58372';
|
$wp_version = '6.6-beta1-58373';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue