Changeset 9236
- Timestamp:
- 10/17/2008 09:22:11 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit.php
r9217 r9236 68 68 69 69 if ( empty($title) ) 70 $title = __(' View AllPosts');70 $title = __('Edit Posts'); 71 71 $parent_file = 'edit.php'; 72 72 wp_enqueue_script('admin-forms'); … … 125 125 126 126 <div class="wrap"> 127 <h2><?php echo wp_specialchars( $title ); ?></h2> 128 127 129 <ul class="subsubsub"> 128 130 <?php
Note: See TracChangeset
for help on using the changeset viewer.