Changeset 6049
- Timestamp:
- 09/06/2007 04:46:56 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/edit-form-advanced.php
r6026 r6049 120 120 <?php 121 121 $authors = get_editable_user_ids( $current_user->id ); // TODO: ROLE SYSTEM 122 if ( $post->post_author && !in_array($post->post_author, $authors) ) 123 $authors[] = $post->post_author; 122 124 if ( $authors && count( $authors ) > 1 ) : 123 125 ?>
Note: See TracChangeset
for help on using the changeset viewer.