diff --git a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php index 2963aea8e4..cc10fcce48 100644 --- a/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php +++ b/wp-content/themes/twentynineteen/classes/class-twentynineteen-svg-icons.php @@ -155,13 +155,13 @@ class TwentyNineteen_SVG_Icons { ', 'keyboard_arrow_left' => /* material-design – keyboard_arrow_left */ ' - + ', 'arrow_drop_down_ellipsis' => /* custom – arrow_drop_down_ellipsis */ ' - + diff --git a/wp-includes/version.php b/wp-includes/version.php index 024418ba08..bcc3caff21 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-alpha-45759'; +$wp_version = '5.3-alpha-45760'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.