Changeset 7490
- Timestamp:
- 03/23/2008 04:38:30 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-page-form.php
r7480 r7490 272 272 ?> 273 273 <div id="pageauthordiv" class="postbox <?php echo postbox_classes('pageauthordiv', 'page'); ?>"> 274 <h3><?php _e('P ostAuthor'); ?></h3>274 <h3><?php _e('Page Author'); ?></h3> 275 275 <div class="inside"> 276 276 <?php wp_dropdown_users( array('include' => $authors, 'name' => 'post_author_override', 'selected' => empty($post_ID) ? $user_ID : $post->post_author) ); ?>
Note: See TracChangeset
for help on using the changeset viewer.