Changeset 9032 for trunk/wp-admin/edit-form-advanced.php
- Timestamp:
- 09/29/2008 10:06:23 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r9016 r9032 427 427 <div class="wrap"> 428 428 429 <h2><?php430 if ( !isset($post_ID) || 0 == $post_ID)431 printf( __( '<a href="%s">Posts</a> / Write New Post' ), 'edit.php' );432 else433 printf( __( '<a href="%s">Posts</a> / Edit Post' ), 'edit.php' );434 ?></h2>435 436 429 <form name="post" action="post.php" method="post" id="post"> 437 430 <?php
Note: See TracChangeset
for help on using the changeset viewer.