Make WordPress Core


Ignore:
Timestamp:
11/19/2006 07:56:05 AM (18 years ago)
Author:
ryan
Message:

Remove trailing spaces and convert spaces to tabs. Props Nazgul. fixes #986

File:
1 edited

Legend:

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

    r4480 r4495  
    1111<p><?php _e('Pages are like posts except they live outside of the normal blog chronology and can be hierarchical. You can use pages to organize and manage any amount of content.'); ?> <a href="page-new.php"><?php _e('Create a new page &raquo;'); ?></a></p>
    1212
    13 <form name="searchform" action="" method="get"> 
    14   <fieldset>
    15   <legend><?php _e('Search Pages&hellip;') ?></legend>
    16   <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo wp_specialchars($_GET['s'], 1); ?>" size="17" />
    17   <input type="submit" name="submit" value="<?php _e('Search') ?>"  />
    18   </fieldset>
     13<form name="searchform" action="" method="get">
     14    <fieldset>
     15    <legend><?php _e('Search Pages&hellip;') ?></legend>
     16    <input type="text" name="s" value="<?php if (isset($_GET['s'])) echo wp_specialchars($_GET['s'], 1); ?>" size="17" />
     17    <input type="submit" name="submit" value="<?php _e('Search') ?>"  />
     18    </fieldset>
    1919</form>
    2020
     
    5454<?php
    5555} // end if ($posts)
    56 ?> 
     56?>
    5757
    5858<h3><a href="page-new.php"><?php _e('Create New Page &raquo;'); ?></a></h3>
     
    6060</div>
    6161
    62 <?php include('admin-footer.php'); ?> 
     62<?php include('admin-footer.php'); ?>
Note: See TracChangeset for help on using the changeset viewer.