Skip to content

Commit

Permalink
Merge branch 'trunk' of git://core.git.wordpress.org into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
gilzow committed Mar 3, 2025
2 parents 803f6ea + 2ffa87d commit 384bd05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion wp-includes/comment.php
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,7 @@ function wp_insert_comment( $commentdata ) {

$id = (int) $wpdb->insert_id;

if ( 1 === $comment_approved ) {
if ( 1 == $comment_approved ) {
wp_update_comment_count( $comment_post_id );

$data = array();
Expand Down
2 changes: 1 addition & 1 deletion wp-includes/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.8-alpha-59902';
$wp_version = '6.8-alpha-59903';

/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
Expand Down

0 comments on commit 384bd05

Please sign in to comment.