Changeset 4495 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 11/19/2006 07:56:05 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r4480 r4495 11 11 <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 »'); ?></a></p> 12 12 13 <form name="searchform" action="" method="get"> 14 <fieldset> 15 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 13 <form name="searchform" action="" method="get"> 14 <fieldset> 15 <legend><?php _e('Search Pages…') ?></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> 19 19 </form> 20 20 … … 54 54 <?php 55 55 } // end if ($posts) 56 ?> 56 ?> 57 57 58 58 <h3><a href="page-new.php"><?php _e('Create New Page »'); ?></a></h3> … … 60 60 </div> 61 61 62 <?php include('admin-footer.php'); ?> 62 <?php include('admin-footer.php'); ?>
Note: See TracChangeset
for help on using the changeset viewer.