diff --git a/wp-admin/about.php b/wp-admin/about.php index 8e507182dd..83a89456d0 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
@@ -34,127 +34,91 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

+

-

-

+

+

-

-

+

+

-

-

+

+

-

- -
-

-

-
- - - -
-
-
- -
-

+

-

-

-

+

+

+

+

-

+

- -

-

+ +

+

-

+

- - -

-

- + +

+

+ +

+

-

- -
-

-

-

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

-
- - - -
-
-
- - - -
-

- -
- -

-

-

Install Plugins screen.' ), admin_url( 'plugin-install.php?tab=favorites' ) ); ?>

-
-
- - - -
-

+

-

-

WP_Comment_Query and WP_User_Query classes now support meta queries just like WP_Query.' ); ?>

- -

-

switch_to_blog() no longer obliterates the object cache, greatly improving performance. For new sites, Multisite now works when WordPress is installed in a subdirectory.' ); ?>

+

+

WP_Comment_Query and WP_User_Query classes now support meta queries just like WP_Query. Meta queries now support querying for objects without a particular meta key.' ); ?>

-

-

WP_Post class which improves performance by loading selected properties on demand.' ); ?>

- -

-

WordPress API is now enabled by default and enjoys the same security as the rest of core. It supports fetching users, profiles, post revisions, and searching posts.' ), ( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?>

+

+

WP_Post class, which improves performance by loading selected properties on demand.' ); ?>

-

-

WP_Image_Editor class abstracts image editing functionality such as cropping and scaling, and uses ImageMagick when available.' ); ?>

+

+

WP_Image_Editor class abstracts image editing functionality such as cropping and scaling, and uses ImageMagick when available.' ); ?>

+
+
-

-

Underscore and Backbone JavaScript libraries. TinyMCE, jQuery, jQuery UI, jCrop, and SimplePie have all been updated to the latest versions.' ), 'http://underscorejs.org/', 'http://backbonejs.org/' ); ?>

+
+
+

+

switch_to_blog() is now significantly faster and more reliable.' ); ?>

+
+
+

+

WordPress API is now always enabled, and supports fetching users, editing profiles, managing post revisions, and searching posts.' ), __( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?>

+
+
+

+

Underscore and Backbone JavaScript libraries. TinyMCE, jQuery, jQuery UI, and SimplePie have all been updated to the latest versions.' ), 'http://underscorejs.org/', 'http://backbonejs.org/' ); ?>

diff --git a/wp-admin/credits.php b/wp-admin/credits.php index 1367276471..5249e1181b 100644 --- a/wp-admin/credits.php +++ b/wp-admin/credits.php @@ -52,7 +52,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
diff --git a/wp-admin/css/wp-admin-rtl.css b/wp-admin/css/wp-admin-rtl.css index 6b96ca67fb..f077dd7c73 100644 --- a/wp-admin/css/wp-admin-rtl.css +++ b/wp-admin/css/wp-admin-rtl.css @@ -1515,12 +1515,12 @@ h2 .nav-tab { .about-wrap .feature-section.images-stagger-right img { float: left; - margin: 0 12px 12px 5px; + margin: 0 2em 12px 5px; } .about-wrap .feature-section.images-stagger-left img { float: right; - margin: 0 5px 12px 12px; + margin: 0 5px 12px 2em; } .about-wrap li.wp-person, @@ -1530,6 +1530,20 @@ h2 .nav-tab { margin-left: 10px; } +@media only screen and (max-width: 768px) { + .about-wrap .feature-section img.image-66 { + float: none; + } + + .about-wrap .feature-section.images-stagger-right img.image-66 { + margin-right: 3px; + } + + .about-wrap .feature-section.images-stagger-left img.image-66 { + margin-left: 3px; + } +} + /*------------------------------------------------------------------------------ 23.0 - Misc ------------------------------------------------------------------------------*/ diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index 6b33914615..fe23d8ac8e 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -5206,15 +5206,6 @@ h2 .nav-tab { padding-top: 20px; } -.about-wrap .changelog { - overflow: hidden; -} - -.about-wrap .changelog li { - list-style-type: disc; - margin-left: 3em; -} - .about-wrap .feature-section { padding-bottom: 20px; } @@ -5303,19 +5294,12 @@ h2 .nav-tab { .about-wrap .feature-section.images-stagger-right img { float: right; - margin: 0 5px 12px 12px; + margin: 0 5px 12px 2em; } .about-wrap .feature-section.images-stagger-left img { float: left; - margin: 0 12px 12px 5px; -} - -@media only screen and (max-width: 900px) { - .about-wrap .feature-section.images-stagger-left img, - .about-wrap .feature-section.images-stagger-right img { - clear: both; - } + margin: 0 2em 12px 5px; } .about-wrap .feature-section img.image-100 { @@ -5324,7 +5308,6 @@ h2 .nav-tab { } .about-wrap .feature-section img.image-66 { - margin: 0 0 0 1em; width: 65%; } @@ -5379,6 +5362,39 @@ h2 .nav-tab { float: left; } +.about-wrap .changelog .feature-section { + overflow: hidden; + padding-bottom: 0; +} + +.about-wrap .changelog li { + list-style-type: disc; + margin-left: 3em; +} + +@media only screen and (max-width: 900px) { + .about-wrap .feature-section.images-stagger-left img, + .about-wrap .feature-section.images-stagger-right img { + clear: both; + } +} + +@media only screen and (max-width: 768px) { + .about-wrap .feature-section img.image-66 { + float: none; + width: 98%; + max-width: 98%; + } + + .about-wrap .feature-section.images-stagger-right img.image-66 { + margin-left: 3px; + } + + .about-wrap .feature-section.images-stagger-left img.image-66 { + margin-right: 3px; + } +} + /* Return to Dashboard Home link */ .about-wrap .return-to-dashboard { diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 99251dcfe4..1b462adcfe 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-admin/images/screenshots/about-accessibility1.png b/wp-admin/images/screenshots/about-accessibility1.png deleted file mode 100644 index 7cbfcd1204..0000000000 Binary files a/wp-admin/images/screenshots/about-accessibility1.png and /dev/null differ diff --git a/wp-admin/images/screenshots/about-accessibility2.png b/wp-admin/images/screenshots/about-accessibility2.png deleted file mode 100644 index c5edca5a0b..0000000000 Binary files a/wp-admin/images/screenshots/about-accessibility2.png and /dev/null differ diff --git a/wp-admin/images/screenshots/about-buttons.png b/wp-admin/images/screenshots/about-buttons.png deleted file mode 100644 index ccd4d08547..0000000000 Binary files a/wp-admin/images/screenshots/about-buttons.png and /dev/null differ diff --git a/wp-admin/images/screenshots/about-color-picker.png b/wp-admin/images/screenshots/about-color-picker.png index 5b7ff95a83..86e8e9576a 100644 Binary files a/wp-admin/images/screenshots/about-color-picker.png and b/wp-admin/images/screenshots/about-color-picker.png differ diff --git a/wp-admin/images/screenshots/about-favorite-plugins.png b/wp-admin/images/screenshots/about-favorite-plugins.png deleted file mode 100644 index 7b3aa44260..0000000000 Binary files a/wp-admin/images/screenshots/about-favorite-plugins.png and /dev/null differ diff --git a/wp-admin/images/screenshots/about-hidef.png b/wp-admin/images/screenshots/about-hidef.png deleted file mode 100644 index b97f6b78d5..0000000000 Binary files a/wp-admin/images/screenshots/about-hidef.png and /dev/null differ diff --git a/wp-admin/images/screenshots/about-instagram.png b/wp-admin/images/screenshots/about-instagram.png deleted file mode 100644 index 475f4c2a25..0000000000 Binary files a/wp-admin/images/screenshots/about-instagram.png and /dev/null differ diff --git a/wp-admin/images/screenshots/about-media.png b/wp-admin/images/screenshots/about-media.png index 8160b7d4c1..5be469dc76 100644 Binary files a/wp-admin/images/screenshots/about-media.png and b/wp-admin/images/screenshots/about-media.png differ diff --git a/wp-admin/images/screenshots/about-retina.png b/wp-admin/images/screenshots/about-retina.png new file mode 100644 index 0000000000..b323852592 Binary files /dev/null and b/wp-admin/images/screenshots/about-retina.png differ diff --git a/wp-admin/images/screenshots/about-slideshare.png b/wp-admin/images/screenshots/about-slideshare.png deleted file mode 100644 index 6b023c69a3..0000000000 Binary files a/wp-admin/images/screenshots/about-slideshare.png and /dev/null differ diff --git a/wp-admin/images/screenshots/about-soundcloud.png b/wp-admin/images/screenshots/about-soundcloud.png deleted file mode 100644 index 8c452c5ee0..0000000000 Binary files a/wp-admin/images/screenshots/about-soundcloud.png and /dev/null differ diff --git a/wp-admin/images/screenshots/about-tinymce.png b/wp-admin/images/screenshots/about-tinymce.png deleted file mode 100644 index 889e4cfc5d..0000000000 Binary files a/wp-admin/images/screenshots/about-tinymce.png and /dev/null differ