Make WordPress Core


Ignore:
Timestamp:
05/24/2009 11:47:49 PM (16 years ago)
Author:
ryan
Message:

Trim tailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/media.php

    r11339 r11450  
    611611function gallery_shortcode($attr) {
    612612    global $post;
    613    
     613
    614614    static $instance = 0;
    615615    $instance++;
     
    655655    $columns = intval($columns);
    656656    $itemwidth = $columns > 0 ? floor(100/$columns) : 100;
    657    
     657
    658658    $selector = "gallery-{$instance}";
    659659
Note: See TracChangeset for help on using the changeset viewer.