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-form-advanced.php

    r9016 r9032  
    427427<div class="wrap">
    428428
    429 <h2><?php
    430     if ( !isset($post_ID) || 0 == $post_ID)
    431         printf( __( '<a href="%s">Posts</a> / Write New Post' ), 'edit.php' );
    432     else
    433         printf( __( '<a href="%s">Posts</a> / Edit Post' ), 'edit.php' );
    434 ?></h2>
    435 
    436429<form name="post" action="post.php" method="post" id="post">
    437430<?php
Note: See TracChangeset for help on using the changeset viewer.