Make WordPress Core

Changeset 9236


Ignore:
Timestamp:
10/17/2008 09:22:11 PM (17 years ago)
Author:
markjaquith
Message:

Edit Posts needs an H2. Yes, I know the Filter options look funky.

File:
1 edited

Legend:

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

    r9217 r9236  
    6868
    6969if ( empty($title) )
    70     $title = __('View All Posts');
     70    $title = __('Edit Posts');
    7171$parent_file = 'edit.php';
    7272wp_enqueue_script('admin-forms');
     
    125125
    126126<div class="wrap">
     127<h2><?php echo wp_specialchars( $title ); ?></h2>
     128
    127129<ul class="subsubsub">
    128130<?php
Note: See TracChangeset for help on using the changeset viewer.