Make WordPress Core


Ignore:
Timestamp:
06/14/2007 02:25:30 AM (18 years ago)
Author:
ryan
Message:

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/template.php

    r5692 r5700  
    150150
    151151    $categories = get_terms('link_category', 'orderby=count&hide_empty=0');
    152    
     152
    153153    if ( empty($categories) )
    154154        return;
     
    422422    if ( $for_post )
    423423        $edit = ( ('draft' == $post->post_status ) && (!$post->post_date || '0000-00-00 00:00:00' == $post->post_date ) ) ? false : true;
    424  
     424
    425425    echo '<fieldset><legend><input type="checkbox" class="checkbox" name="edit_date" value="1" id="timestamp" /> <label for="timestamp">'.__( 'Edit timestamp' ).'</label></legend>';
    426426
Note: See TracChangeset for help on using the changeset viewer.