Changeset 56434 for trunk/src/wp-includes/media.php
- Timestamp:
- 08/24/2023 08:59:36 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r56418 r56434 3220 3220 * 3221 3221 * @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()}. 3223 3223 * @param string $content Shortcode content. 3224 3224 * @param int $instance Unique numeric ID of this audio shortcode instance. … … 3442 3442 * 3443 3443 * @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()}. 3445 3445 * @param string $content Video shortcode content. 3446 3446 * @param int $instance Unique numeric ID of this video shortcode instance. … … 4514 4514 * @since 3.5.0 4515 4515 * 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()}. 4517 4517 * @param WP_Post $attachment Attachment object. 4518 4518 * @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.