Changeset 31090 for trunk/src/wp-admin/includes/template.php
- Timestamp:
- 01/08/2015 07:04:40 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/template.php
r31034 r31090 1849 1849 $attributes .= $attribute . '="' . esc_attr( $value ) . '" '; // Trailing space is important 1850 1850 } 1851 } else if ( !empty( $other_attributes ) ) { // Attributes provided as a string1851 } elseif ( ! empty( $other_attributes ) ) { // Attributes provided as a string 1852 1852 $attributes = $other_attributes; 1853 1853 }
Note: See TracChangeset
for help on using the changeset viewer.