Docs: Wrap inline @see tags in curly braces.
Props costdev, mukesh27. Fixes #58858. See #58833. Built from https://develop.svn.wordpress.org/trunk@56434 git-svn-id: http://core.svn.wordpress.org/trunk@55946 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
@@ -3219,7 +3219,7 @@ function wp_audio_shortcode( $attr, $content = '' ) {
|
||||
* @since 3.6.0
|
||||
*
|
||||
* @param string $html Empty variable to be replaced with shortcode markup.
|
||||
* @param array $attr Attributes of the shortcode. @see wp_audio_shortcode()
|
||||
* @param array $attr Attributes of the shortcode. See {@see wp_audio_shortcode()}.
|
||||
* @param string $content Shortcode content.
|
||||
* @param int $instance Unique numeric ID of this audio shortcode instance.
|
||||
*/
|
||||
@@ -3441,7 +3441,7 @@ function wp_video_shortcode( $attr, $content = '' ) {
|
||||
* @see wp_video_shortcode()
|
||||
*
|
||||
* @param string $html Empty variable to be replaced with shortcode markup.
|
||||
* @param array $attr Attributes of the shortcode. @see wp_video_shortcode()
|
||||
* @param array $attr Attributes of the shortcode. See {@see wp_video_shortcode()}.
|
||||
* @param string $content Video shortcode content.
|
||||
* @param int $instance Unique numeric ID of this video shortcode instance.
|
||||
*/
|
||||
@@ -4513,7 +4513,7 @@ function wp_prepare_attachment_for_js( $attachment ) {
|
||||
*
|
||||
* @since 3.5.0
|
||||
*
|
||||
* @param array $response Array of prepared attachment data. @see wp_prepare_attachment_for_js().
|
||||
* @param array $response Array of prepared attachment data. See {@see wp_prepare_attachment_for_js()}.
|
||||
* @param WP_Post $attachment Attachment object.
|
||||
* @param array|false $meta Array of attachment meta data, or false if there is none.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user