diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php index 4a27479453..3e02cf542f 100644 --- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php +++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-walker-comment.php @@ -73,18 +73,20 @@ class TwentyNineteen_Walker_Comment extends Walker_Comment {
diff --git a/wp-includes/version.php b/wp-includes/version.php index b3f08707bb..a5717d842c 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.6-alpha-49158'; +$wp_version = '5.6-alpha-49159'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.