Changeset 61436 for trunk/src/wp-includes/shortcodes.php
- Timestamp:
- 01/05/2026 06:02:34 AM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/shortcodes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/shortcodes.php
r61139 r61436 430 430 } 431 431 432 $content = isset( $m[5] ) ? $m[5] :null;432 $content = $m[5] ?? null; 433 433 434 434 $output = $m[1] . call_user_func( $shortcode_tags[ $tag ], $attr, $content, $tag ) . $m[6];
Note: See TracChangeset
for help on using the changeset viewer.