Make WordPress Core


Ignore:
Timestamp:
08/08/2005 03:28:37 AM (21 years ago)
Author:
matt
Message:

Minor tweaks

File:
1 edited

Legend:

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

    r2720 r2763  
    88<div class="wrap">
    99<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'); ?> &raquo;</a></p>
    1011
    1112<?php
     
    3334} // end if ($posts)
    3435?>
    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
    3637<h3><a href="page-new.php"><?php _e('Create New Page'); ?> &raquo;</a></h3>
    37 </div>
    3838
     39</div>
    3940
    4041<?php include('admin-footer.php'); ?>
Note: See TracChangeset for help on using the changeset viewer.