Make WordPress Core


Ignore:
Timestamp:
02/08/2010 06:02:23 PM (14 years ago)
Author:
ryan
Message:

Trim trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-content/themes/twentyten/sidebar.php

    r13012 r13025  
    1212                </ul>
    1313            </li>
    14            
     14
    1515            <li id="meta" class="widget-container">
    1616                <h3 class="widget-title"><?php _e('Meta', 'twentyten') ?></h3>
     
    2222
    2323                </ul>
    24             </li>           
     24            </li>
    2525<?php endif; // end primary widget area  ?>
    2626            </ul>
    2727        </div><!-- #primary .widget-area -->
    28        
     28
    2929<?php if ( is_active_sidebar('secondary-widget-area') ) : // Nothing here by default and design ?>
    3030        <div id="secondary" class="widget-area">
Note: See TracChangeset for help on using the changeset viewer.