Changeset 27800
- Timestamp:
- 03/28/2014 02:40:47 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/media.php
r27789 r27800 997 997 } 998 998 999 if ( $columns > 0 && $i % $columns !== 0 ) { 1000 $output .= " 1001 <br style='clear: both' />"; 1002 } 1003 999 1004 $output .= " 1000 <br style='clear: both;' />1001 1005 </div>\n"; 1002 1006
Note: See TracChangeset
for help on using the changeset viewer.