Make WordPress Core


Ignore:
Timestamp:
08/24/2023 08:59:36 AM (18 months ago)
Author:
audrasjb
Message:

Docs: Wrap inline @see tags in curly braces.

Props costdev, mukesh27.
Fixes #58858.
See #58833.

File:
1 edited

Legend:

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

    r56418 r56434  
    32203220     *
    32213221     * @param string $html     Empty variable to be replaced with shortcode markup.
    3222      * @param array  $attr     Attributes of the shortcode. @see wp_audio_shortcode()
     3222     * @param array  $attr     Attributes of the shortcode. See {@see wp_audio_shortcode()}.
    32233223     * @param string $content  Shortcode content.
    32243224     * @param int    $instance Unique numeric ID of this audio shortcode instance.
     
    34423442     *
    34433443     * @param string $html     Empty variable to be replaced with shortcode markup.
    3444      * @param array  $attr     Attributes of the shortcode. @see wp_video_shortcode()
     3444     * @param array  $attr     Attributes of the shortcode. See {@see wp_video_shortcode()}.
    34453445     * @param string $content  Video shortcode content.
    34463446     * @param int    $instance Unique numeric ID of this video shortcode instance.
     
    45144514     * @since 3.5.0
    45154515     *
    4516      * @param array       $response   Array of prepared attachment data. @see wp_prepare_attachment_for_js().
     4516     * @param array       $response   Array of prepared attachment data. See {@see wp_prepare_attachment_for_js()}.
    45174517     * @param WP_Post     $attachment Attachment object.
    45184518     * @param array|false $meta       Array of attachment meta data, or false if there is none.
Note: See TracChangeset for help on using the changeset viewer.