Changeset 4125
- Timestamp:
- 08/30/2006 01:47:01 AM (17 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r4112 r4125 96 96 97 97 <fieldset id="slugdiv" class="dbx-box"> 98 <h3 class="dbx-handle"><?php _e('Post slug') ?></h3>98 <h3 class="dbx-handle"><?php _e('Post Slug') ?></h3> 99 99 <div class="dbx-content"><input name="post_name" type="text" size="13" id="post_name" value="<?php echo $post->post_name ?>" /></div> 100 100 </fieldset> … … 118 118 <?php if ( $authors = get_editable_authors( $current_user->id ) ) : // TODO: ROLE SYSTEM ?> 119 119 <fieldset id="authordiv" class="dbx-box"> 120 <h3 class="dbx-handle"><?php _e('Post author'); ?>:</h3>120 <h3 class="dbx-handle"><?php _e('Post Author'); ?>:</h3> 121 121 <div class="dbx-content"> 122 122 <select name="post_author_override" id="post_author_override"> -
trunk/wp-admin/edit-page-form.php
r4088 r4125 96 96 97 97 <fieldset id="slugdiv" class="dbx-box"> 98 <h3 class="dbx-handle"><?php _e('Page slug') ?></h3>98 <h3 class="dbx-handle"><?php _e('Page Slug') ?></h3> 99 99 <div class="dbx-content"><input name="post_name" type="text" size="13" id="post_name" value="<?php echo $post->post_name ?>" /></div> 100 100 </fieldset> … … 102 102 <?php if ( $authors = get_editable_authors( $current_user->id ) ) : // TODO: ROLE SYSTEM ?> 103 103 <fieldset id="authordiv" class="dbx-box"> 104 <h3 class="dbx-handle"><?php _e('Page author'); ?>:</h3>104 <h3 class="dbx-handle"><?php _e('Page Author'); ?>:</h3> 105 105 <div class="dbx-content"> 106 106 <select name="post_author_override" id="post_author_override">
Note: See TracChangeset
for help on using the changeset viewer.