Changeset 24792 for trunk/wp-includes/media.php
- Timestamp:
- 07/24/2013 06:36:29 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r24789 r24792 919 919 } 920 920 921 $attr_strings = [];921 $attr_strings = array(); 922 922 foreach ( $atts as $k => $v ) { 923 923 $attr_strings[] = $k . '="' . esc_attr( $v ) . '"'; … … 1057 1057 } 1058 1058 1059 $attr_strings = [];1059 $attr_strings = array(); 1060 1060 foreach ( $atts as $k => $v ) { 1061 1061 $attr_strings[] = $k . '="' . esc_attr( $v ) . '"';
Note: See TracChangeset
for help on using the changeset viewer.