Make WordPress Core


Ignore:
Timestamp:
12/09/2008 06:03:31 PM (16 years ago)
Author:
ryan
Message:

Strip trailing whitespace

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-tags.php

    r10049 r10150  
    162162
    163163$tagsperpage = apply_filters("tagsperpage",20);
    164    
     164
    165165$page_links = paginate_links( array(
    166166    'base' => add_query_arg( 'pagenum', '%#%' ),
     
    240240<div class="tagcloud">
    241241<h3><?php _e('Popular Tags'); ?></h3>
    242 <?php 
     242<?php
    243243if ( $can_manage )
    244     wp_tag_cloud(array('link' => 'edit')); 
     244    wp_tag_cloud(array('link' => 'edit'));
    245245else
    246246    wp_tag_cloud();
Note: See TracChangeset for help on using the changeset viewer.