Make WordPress Core


Ignore:
Timestamp:
10/17/2008 08:02:03 PM (18 years ago)
Author:
markjaquith
Message:

Bring back the H2s. Rough draft.

File:
1 edited

Legend:

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

    r9217 r9232  
    6767
    6868if ( empty($title) )
    69         $title = __('View All Pages');
     69        $title = __('Edit Pages');
    7070$parent_file = 'edit.php';
    7171wp_enqueue_script('admin-forms');
     
    136136
    137137<div class="wrap">
     138<h2><?php echo $title ?></h2>
     139
    138140<ul class="subsubsub">
    139141<?php
Note: See TracChangeset for help on using the changeset viewer.