Make WordPress Core


Ignore:
Timestamp:
09/29/2008 10:06:23 PM (16 years ago)
Author:
ryan
Message:

h2 removal per wireframes. Props Viper007Bond. see #7552

File:
1 edited

Legend:

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

    r9016 r9032  
    293293<div class="wrap">
    294294
    295 <h2><?php
    296     if ( !isset($post_ID) || 0 == $post_ID )
    297         printf( __( '<a href="%s">Pages</a> / Write New Page' ), 'edit-pages.php' );
    298     else
    299         printf( __( '<a href="%s">Pages</a> / Edit Page' ), 'edit-pages.php' );
    300 ?></h2>
    301 
    302295<form name="post" action="page.php" method="post" id="post">
    303296<?php if ( $notice ) : ?>
Note: See TracChangeset for help on using the changeset viewer.