mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-03-29 09:44:30 +00:00
Quick Edit for Tags, Categories and Link Categories, improvements to handling errors in quick and bulk edit.
git-svn-id: https://develop.svn.wordpress.org/trunk@9083 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -1544,7 +1544,7 @@ function wp_update_post($postarr = array()) {
|
||||
$postarr = array_merge($post, $postarr);
|
||||
$postarr['post_category'] = $post_cats;
|
||||
if ( $clear_date ) {
|
||||
$postarr['post_date'] = current_time('mysql');;
|
||||
$postarr['post_date'] = current_time('mysql');
|
||||
$postarr['post_date_gmt'] = '';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user