diff --git a/wp-admin/about.php b/wp-admin/about.php index 3fa52e7912..5b381a0510 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

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

+

-
- -

-

before activating a new theme. Note: this feature is available for installed themes only.' ); ?>

+
+ -

-

+
+

+

+
+
+

+

+
+
+

+

+
-

+

-

-

theme support.' ); ?>

+

+

- - - + + + +
+
+
+ +
+

+ +
+ +

+

+

+
+
+ +
+

+ +
+ +

+

+
+
+ +
+

+ +
+ + +

+

+ +
+
+ +
+

+ +
+

+

+

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

+
+ + + +
+
+
+ + + +
+

+ +
+ +

+

+

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

-
- -

-

-
-
+
-

- -
- - -

-

-

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

-
- -
- - -
-

- -
- - -

-

-
-
- -
-

+

-

-

+

+

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_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' ) ); ?>

-

-

WordPress API that supports custom content types and taxonomies, as well as dozens of other bug fixes and improvements.' ), __( 'http://codex.wordpress.org/XML-RPC_WordPress_API' ) ); ?>

+

+

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/' ); ?>

diff --git a/wp-admin/css/wp-admin.css b/wp-admin/css/wp-admin.css index 17a67e040a..1ac8f225d5 100644 --- a/wp-admin/css/wp-admin.css +++ b/wp-admin/css/wp-admin.css @@ -5292,6 +5292,43 @@ h2 .nav-tab { border-radius: 3px; } +.about-wrap .feature-section.three-col img { + margin: 0.5em 0 0.5em 5px; + max-width: 100%; + float: none; +} + +.ie8 .about-wrap .feature-section.three-col img { + margin-left: 0; +} + +.about-wrap .feature-section.images-stagger-right img { + float: right; + margin: 0 5px 12px 12px; +} + +.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; + } +} + +.about-wrap .feature-section img.image-100 { + margin: 0 0 2em 0; + width: 100%; +} + +.about-wrap .feature-section img.image-66 { + margin: 0 0 0 1em; + width: 65%; +} + .about-wrap .feature-section img.image-50 { max-width: 50%; } @@ -5305,8 +5342,11 @@ h2 .nav-tab { border-style: solid; } +.about-wrap .images-stagger-right img.image-30:nth-child(2) { + margin-left: 1em; +} + .about-wrap .feature-section.three-col { - padding-top: 15px; margin-bottom: 0; } @@ -5320,16 +5360,6 @@ h2 .nav-tab { margin: 0 0 0.6em 0; } -.about-wrap .feature-section.three-col img { - margin: 0.5em 0 0.5em 5px; - max-width: 100%; - float: none; -} - -.ie8 .about-wrap .feature-section.three-col img { - margin-left: 0; -} - .about-wrap .feature-section.three-col .last-feature { margin-right: 0; } @@ -5350,23 +5380,6 @@ h2 .nav-tab { float: left; } -.about-wrap .feature-section.images-stagger-right img { - float: right; - margin: 0 5px 12px 12px; -} - -.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; - } -} - /* Return to Dashboard Home link */ .about-wrap .return-to-dashboard { diff --git a/wp-admin/images/screenshots/about-accessibility1.png b/wp-admin/images/screenshots/about-accessibility1.png new file mode 100644 index 0000000000..7cbfcd1204 Binary files /dev/null and b/wp-admin/images/screenshots/about-accessibility1.png differ diff --git a/wp-admin/images/screenshots/about-accessibility2.png b/wp-admin/images/screenshots/about-accessibility2.png new file mode 100644 index 0000000000..c5edca5a0b Binary files /dev/null and b/wp-admin/images/screenshots/about-accessibility2.png differ diff --git a/wp-admin/images/screenshots/about-buttons.png b/wp-admin/images/screenshots/about-buttons.png new file mode 100644 index 0000000000..ccd4d08547 Binary files /dev/null and b/wp-admin/images/screenshots/about-buttons.png differ diff --git a/wp-admin/images/screenshots/about-color-picker.png b/wp-admin/images/screenshots/about-color-picker.png new file mode 100644 index 0000000000..5b7ff95a83 Binary files /dev/null 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 new file mode 100644 index 0000000000..7b3aa44260 Binary files /dev/null and b/wp-admin/images/screenshots/about-favorite-plugins.png differ diff --git a/wp-admin/images/screenshots/about-hidef.png b/wp-admin/images/screenshots/about-hidef.png new file mode 100644 index 0000000000..b97f6b78d5 Binary files /dev/null and b/wp-admin/images/screenshots/about-hidef.png differ diff --git a/wp-admin/images/screenshots/about-instagram.png b/wp-admin/images/screenshots/about-instagram.png new file mode 100644 index 0000000000..475f4c2a25 Binary files /dev/null and b/wp-admin/images/screenshots/about-instagram.png differ diff --git a/wp-admin/images/screenshots/about-media.png b/wp-admin/images/screenshots/about-media.png new file mode 100644 index 0000000000..8160b7d4c1 Binary files /dev/null and b/wp-admin/images/screenshots/about-media.png differ diff --git a/wp-admin/images/screenshots/about-slideshare.png b/wp-admin/images/screenshots/about-slideshare.png new file mode 100644 index 0000000000..6b023c69a3 Binary files /dev/null and b/wp-admin/images/screenshots/about-slideshare.png differ diff --git a/wp-admin/images/screenshots/about-soundcloud.png b/wp-admin/images/screenshots/about-soundcloud.png new file mode 100644 index 0000000000..8c452c5ee0 Binary files /dev/null and b/wp-admin/images/screenshots/about-soundcloud.png differ diff --git a/wp-admin/images/screenshots/about-tinymce.png b/wp-admin/images/screenshots/about-tinymce.png new file mode 100644 index 0000000000..889e4cfc5d Binary files /dev/null and b/wp-admin/images/screenshots/about-tinymce.png differ diff --git a/wp-admin/images/screenshots/about-twenty-twelve.png b/wp-admin/images/screenshots/about-twenty-twelve.png new file mode 100644 index 0000000000..a950254b8b Binary files /dev/null and b/wp-admin/images/screenshots/about-twenty-twelve.png differ diff --git a/wp-admin/images/screenshots/captions-1.png b/wp-admin/images/screenshots/captions-1.png deleted file mode 100644 index b89c7692cf..0000000000 Binary files a/wp-admin/images/screenshots/captions-1.png and /dev/null differ diff --git a/wp-admin/images/screenshots/captions-2.png b/wp-admin/images/screenshots/captions-2.png deleted file mode 100644 index 653ed540dc..0000000000 Binary files a/wp-admin/images/screenshots/captions-2.png and /dev/null differ diff --git a/wp-admin/images/screenshots/flex-header-1.png b/wp-admin/images/screenshots/flex-header-1.png deleted file mode 100644 index 371a28438d..0000000000 Binary files a/wp-admin/images/screenshots/flex-header-1.png and /dev/null differ diff --git a/wp-admin/images/screenshots/flex-header-2.png b/wp-admin/images/screenshots/flex-header-2.png deleted file mode 100644 index 4366a2c682..0000000000 Binary files a/wp-admin/images/screenshots/flex-header-2.png and /dev/null differ diff --git a/wp-admin/images/screenshots/flex-header-3.png b/wp-admin/images/screenshots/flex-header-3.png deleted file mode 100644 index a45f1c9b60..0000000000 Binary files a/wp-admin/images/screenshots/flex-header-3.png and /dev/null differ diff --git a/wp-admin/images/screenshots/flex-header-media-library.png b/wp-admin/images/screenshots/flex-header-media-library.png deleted file mode 100644 index dd7f350867..0000000000 Binary files a/wp-admin/images/screenshots/flex-header-media-library.png and /dev/null differ diff --git a/wp-admin/images/screenshots/theme-customizer.png b/wp-admin/images/screenshots/theme-customizer.png deleted file mode 100644 index af5f806dc2..0000000000 Binary files a/wp-admin/images/screenshots/theme-customizer.png and /dev/null differ diff --git a/wp-admin/images/screenshots/twitter-embed-1.png b/wp-admin/images/screenshots/twitter-embed-1.png deleted file mode 100644 index d79ee1d7ec..0000000000 Binary files a/wp-admin/images/screenshots/twitter-embed-1.png and /dev/null differ diff --git a/wp-admin/images/screenshots/twitter-embed-2.png b/wp-admin/images/screenshots/twitter-embed-2.png deleted file mode 100644 index 14da4b8236..0000000000 Binary files a/wp-admin/images/screenshots/twitter-embed-2.png and /dev/null differ