diff --git a/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss b/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss index 8f65b9c27d..ce1c6f2909 100644 --- a/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss +++ b/wp-content/themes/twentynineteen/sass/site/primary/_posts-and-pages.scss @@ -160,7 +160,7 @@ } &:before, - &:after, { + &:after { position: absolute; display: block; width: 100%; diff --git a/wp-includes/version.php b/wp-includes/version.php index f929a7e977..86fc35ea75 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta1-46346'; +$wp_version = '5.3-beta1-46347'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.