Make WordPress Core


Ignore:
Timestamp:
09/21/2005 05:13:49 AM (20 years ago)
Author:
ryan
Message:

Partial migration to roles.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/edit-form-advanced.php

    r2804 r2900  
    103103<?php endif; ?>
    104104
    105 <?php if ( $authors = get_editable_authors( $current_user->ID ) ) : // TODO: ROLE SYSTEM ?>
     105<?php if ( $authors = get_editable_authors( $current_user->id ) ) : // TODO: ROLE SYSTEM ?>
    106106<fieldset id="authordiv" class="dbx-box">
    107107<h3 class="dbx-handle"><?php _e('Post author'); ?>:</h3>
Note: See TracChangeset for help on using the changeset viewer.