Changeset 25321 for branches/3.6/wp-admin/includes/post.php
- Timestamp:
- 09/10/2013 06:41:05 PM (11 years ago)
- Location:
- branches/3.6
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.6
- Property svn:mergeinfo changed
/trunk/src merged: 25316
- Property svn:mergeinfo changed
-
branches/3.6/wp-admin/includes/post.php
r24886 r25321 53 53 $post_data['to_ping'] = $post_data['trackback_url']; 54 54 55 if ( !isset($post_data['user_ID']) ) 56 $post_data['user_ID'] = $GLOBALS['user_ID']; 55 $post_data['user_ID'] = $GLOBALS['user_ID']; 57 56 58 57 if (!empty ( $post_data['post_author_override'] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.