- File:
-
- 1 edited
-
branches/3.6/wp-admin/includes/post.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6/wp-admin/includes/post.php
r25321 r24886 53 53 $post_data['to_ping'] = $post_data['trackback_url']; 54 54 55 $post_data['user_ID'] = $GLOBALS['user_ID']; 55 if ( !isset($post_data['user_ID']) ) 56 $post_data['user_ID'] = $GLOBALS['user_ID']; 56 57 57 58 if (!empty ( $post_data['post_author_override'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.