Changeset 11450 for trunk/wp-includes/media.php
- Timestamp:
- 05/24/2009 11:47:49 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/media.php
r11339 r11450 611 611 function gallery_shortcode($attr) { 612 612 global $post; 613 613 614 614 static $instance = 0; 615 615 $instance++; … … 655 655 $columns = intval($columns); 656 656 $itemwidth = $columns > 0 ? floor(100/$columns) : 100; 657 657 658 658 $selector = "gallery-{$instance}"; 659 659
Note: See TracChangeset
for help on using the changeset viewer.