Changeset 7146 for trunk/wp-admin/includes/post.php
- Timestamp:
- 03/04/2008 12:05:30 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/post.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/post.php
r7139 r7146 113 113 // Now that we have an ID we can fix any attachment anchor hrefs 114 114 _fix_attachment_links( $post_ID ); 115 116 wp_set_post_lock( $post_ID, $GLOBALS['current_user']->ID ); 115 117 116 118 return $post_ID; … … 322 324 _fix_attachment_links( $post_ID ); 323 325 326 wp_set_post_lock( $post_ID, $GLOBALS['current_user']->ID ); 327 324 328 return $post_ID; 325 329 }
Note: See TracChangeset
for help on using the changeset viewer.