Changeset 56488
- Timestamp:
- 08/29/2023 03:33:43 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r56482 r56488 2362 2362 */ 2363 2363 function img_caption_shortcode( $attr, $content = '' ) { 2364 if ( ! $attr ) { 2365 $attr = array(); 2366 } 2367 2364 2368 // New-style shortcode with the caption inside the shortcode with the link and image tags. 2365 2369 if ( ! isset( $attr['caption'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.