diff --git a/wp-includes/images/embed/close.png b/wp-includes/images/embed/close.png new file mode 100644 index 0000000000..1f7ca13895 Binary files /dev/null and b/wp-includes/images/embed/close.png differ diff --git a/wp-includes/images/embed/comment.png b/wp-includes/images/embed/comment.png new file mode 100644 index 0000000000..06c153f904 Binary files /dev/null and b/wp-includes/images/embed/comment.png differ diff --git a/wp-includes/images/embed/share.png b/wp-includes/images/embed/share.png new file mode 100644 index 0000000000..22554f4e0c Binary files /dev/null and b/wp-includes/images/embed/share.png differ diff --git a/wp-includes/version.php b/wp-includes/version.php index e9e3773fee..8a7370feed 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.4-alpha-35082'; +$wp_version = '4.4-alpha-35083'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.