Changeset 3541 for trunk/wp-admin/edit-pages.php
- Timestamp:
- 02/17/2006 01:29:33 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-pages.php
r3513 r3541 9 9 <div class="wrap"> 10 10 <h2><?php _e('Page Management'); ?></h2> 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>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 13 <form name="searchform" action="" method="get"> … … 73 73 ?> 74 74 75 <h3><a href="page-new.php"><?php _e('Create New Page '); ?> »</a></h3>75 <h3><a href="page-new.php"><?php _e('Create New Page »'); ?></a></h3> 76 76 77 77 </div>
Note: See TracChangeset
for help on using the changeset viewer.