diff --git a/wp-admin/about.php b/wp-admin/about.php index 2e2ba5cf38..097752abdd 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -27,7 +27,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
@@ -42,85 +42,53 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
+

- - - - - +
-
- -
+
-

-

+

-
- +
+

+
+
+

Google’s Noto font family.' ), 'https://www.google.com/get/noto/' ); ?>

-
+
-
-
-
- '//s.w.org/images/core/4.0/embed.mp4', - 'ogv' => '//s.w.org/images/core/4.0/embed.ogv', - 'webm' => '//s.w.org/images/core/4.0/embed.webm', - 'loop' => true, - 'autoplay' => true, - 'width' => 500, - 'height' => 352 - ) ); - ?> -
-
-
-

-

-

Check out all of the embeds that WordPress supports.' ); ?>

-
+
+ +
+

+
+

Just write. Sometimes, you just need to concentrate on putting your thoughts into words. Try turning on writing mode. When you start typing, all the distractions will fade away, letting you focus solely on your writing. All your editing tools instantly return when you need them.' ); ?>

+
-
+
+ +
+

-
-

-

-
-
-
- '//s.w.org/images/core/4.0/focus.mp4', - 'ogv' => '//s.w.org/images/core/4.0/focus.ogv', - 'webm' => '//s.w.org/images/core/4.0/focus.webm', - 'loop' => true, - 'autoplay' => true, - 'width' => 500, - 'height' => 281 - ) ); - ?> -
-
-
+
+

+

General Settings screen.' ), $display_version, 40, admin_url( 'options-general.php' ) ); ?>

-
- -
-
- +

+

your profile that logs you out everywhere, for those times you forget to log off a shared computer.' ), get_edit_profile_url() ); ?>

-
-

-

- +
+

+

Embeds.' ), 'http://codex.wordpress.org/Embeds' ); ?>

+ +

+

plugin installer now offers a list of plugins you may want to try, based on others who have similar plugins installed as you.' ), network_admin_url( 'plugin-install.php?tab=recommended' ) ); ?>

@@ -130,21 +98,22 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
-

-

-
-
-

-

ORDER BY', 'WP_Query' ); - ?>

+

+

%s.' ), 'A AND ( B OR C )' ); ?>

+ +

+

-

-

+

<title>' ); ?>

+

add_theme_support( 'title-tag' )" ); + ?>

+ +

+

developer reference more complete than ever.' ), 'https://developer.wordpress.org/reference/' ); ?>

diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 3d2e8a58ce..d7cbc1901e 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -82,7 +82,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 101c7969d5..7d8dadb132 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
diff --git a/wp-includes/version.php b/wp-includes/version.php index b143ca13ac..39770ca441 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.1-beta2-30819'; +$wp_version = '4.1-beta2-30822'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.