Changeset 2763 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 08/08/2005 03:28:37 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/edit-pages.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r2720 r2763 8 8 <div class="wrap"> 9 9 <h2><?php _e('Page Management'); ?></h2> 10 <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> 10 11 11 12 <?php … … 33 34 } // end if ($posts) 34 35 ?> 35 <p><?php _e('Pages are like posts except they live outside of the normal blog chronology. You can use pages to organize and manage any amount of content.'); ?></p> 36 36 37 <h3><a href="page-new.php"><?php _e('Create New Page'); ?> »</a></h3> 37 </div>38 38 39 </div> 39 40 40 41 <?php include('admin-footer.php'); ?>
Note: See TracChangeset
for help on using the changeset viewer.