Make WordPress Core


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

Partial migration to roles.

File:
1 edited

Legend:

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

    r2826 r2900  
    8484</fieldset>
    8585
    86 <?php if ( $authors = get_editable_authors( $current_user->ID ) ) : // TODO: ROLE SYSTEM ?>
     86<?php if ( $authors = get_editable_authors( $current_user->id ) ) : // TODO: ROLE SYSTEM ?>
    8787<fieldset id="authordiv" class="dbx-box">
    8888<h3 class="dbx-handle"><?php _e('Post author'); ?>:</h3>
Note: See TracChangeset for help on using the changeset viewer.