diff options
Diffstat (limited to 'wp-inst/wp-admin/edit-form-advanced.php')
| -rw-r--r-- | wp-inst/wp-admin/edit-form-advanced.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-inst/wp-admin/edit-form-advanced.php b/wp-inst/wp-admin/edit-form-advanced.php index 3524c53..8818da0 100644 --- a/wp-inst/wp-admin/edit-form-advanced.php +++ b/wp-inst/wp-admin/edit-form-advanced.php @@ -105,7 +105,7 @@ addLoadEvent(focusit); </fieldset> <?php endif; ?> -<?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"> |
