Changeset 57597 for trunk/src/wp-includes/media.php
- Timestamp:
- 02/12/2024 04:06:47 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r57524 r57597 2355 2355 */ 2356 2356 function img_caption_shortcode( $attr, $content = '' ) { 2357 if ( ! $attr ) {2358 $attr = array();2359 }2360 2361 2357 // New-style shortcode with the caption inside the shortcode with the link and image tags. 2362 2358 if ( ! isset( $attr['caption'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.