Changes between Initial Version and Version 1 of Ticket #22906
- Timestamp:
- 12/13/12 06:18:44 (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22906
- Property Keywords has-patch removed
- Property Component changed from Graphic Design to Media
-
Ticket #22906 – Description
initial v1 5 5 6 6 I think change style max-width. 7 7 {{{ 8 8 return '<div ' . $id . 'class="wp-caption ' . esc_attr($align) . '" style="max-width: ' . (10 + (int) $width) . 'px">' 9 }}}