diff options
| author | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-09-21 08:21:19 +0000 |
|---|---|---|
| committer | donncha <donncha@7be80a69-a1ef-0310-a953-fb0f7c49ff36> | 2005-09-21 08:21:19 +0000 |
| commit | 64bdfd85b39f9487cd474e7786ee5ca7e5ee32cc (patch) | |
| tree | ea02137931d66b94f371012625bca4a0e139bcb4 /wp-inst/wp-admin/edit-page-form.php | |
| parent | 025638bbd3cbc2f189d7150549a1425b590bcfa8 (diff) | |
WP Merge
git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@349 7be80a69-a1ef-0310-a953-fb0f7c49ff36
Diffstat (limited to 'wp-inst/wp-admin/edit-page-form.php')
| -rw-r--r-- | wp-inst/wp-admin/edit-page-form.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/edit-page-form.php b/wp-inst/wp-admin/edit-page-form.php index 96b8d69..23d19e2 100644 --- a/wp-inst/wp-admin/edit-page-form.php +++ b/wp-inst/wp-admin/edit-page-form.php @@ -83,7 +83,7 @@ addLoadEvent(focusit); <div class="dbx-content"><input name="post_name" type="text" size="13" id="post_name" value="<?php echo $post->post_name ?>" /></div> </fieldset> -<?php if ( $authors = get_editable_authors( $current_user->ID ) ) : // TODO: ROLE SYSTEM ?> +<?php if ( $authors = get_editable_authors( $current_user->id ) ) : // TODO: ROLE SYSTEM ?> <fieldset id="authordiv" class="dbx-box"> <h3 class="dbx-handle"><?php _e('Post author'); ?>:</h3> <div class="dbx-content"> |
