Changeset 42837 for trunk/src/wp-includes/media.php
- Timestamp:
- 03/16/2018 08:06:41 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r42706 r42837 1604 1604 $style = ''; 1605 1605 if ( $caption_width ) { 1606 $style = 'style=" max-width: ' . (int) $caption_width . 'px" ';1606 $style = 'style="width: ' . (int) $caption_width . 'px" '; 1607 1607 } 1608 1608
Note: See TracChangeset
for help on using the changeset viewer.