Changeset 9221
- Timestamp:
- 10/17/2008 12:36:18 AM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r9171 r9221 466 466 467 467 <div class="wrap"> 468 468 <h2><?php echo $title ?></h2> 469 469 <form name="post" action="post.php" method="post" id="post"> 470 470 <?php -
trunk/wp-admin/post-new.php
r8995 r9221 9 9 /** Load WordPress Administration Bootstrap */ 10 10 require_once('admin.php'); 11 $title = __(' WritePost');11 $title = __('Add New Post'); 12 12 $parent_file = 'edit.php'; 13 13 $editing = true; -
trunk/wp-admin/post.php
r9217 r9221 117 117 118 118 case 'edit': 119 $title = __('Edit Post');120 119 $editing = true; 121 120 … … 156 155 } 157 156 157 $title = sprintf(__('Edit "%s"'), wp_html_excerpt(_draft_or_post_title($post->ID), 50)); 158 158 159 require_once('admin-header.php'); 159 160
Note: See TracChangeset
for help on using the changeset viewer.