X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/00dbffaf1593b0ac719d98f00839221a9ca52133..a6f44f0edcda2471c5a33e4156c1c9488c7f3210:/wp-admin/about.php diff --git a/wp-admin/about.php b/wp-admin/about.php index 3f908f09..64f7e7b4 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
@@ -36,60 +36,71 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

Version %1$s addressed some security issues and fixed %2$s bug.', - 'Version %1$s addressed some security issues and fixed %2$s bugs.', 37 ), '3.5.1', number_format_i18n( 37 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.5.1' ); ?> + 'Version %1$s addressed some security issues and fixed %2$s bugs.', 13 ), '3.6.1', number_format_i18n( 13 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_3.6.1' ); ?>

-

+

-
- - -
-

-

-
-
-

-

-
+
+ +

+

+

-

+

- -

-

-

-

+ +

+

+

+

-
-
-

- -
- -

-

+
+
+

+

+
+
+

+

+
-

+

- -

-

- -

-

+
"$sample_video.mp4", + 'ogv' => "$sample_video.ogv", + 'width' => 625, + 'height' => 360, + ); + // Opera 12 (Presto, pre-Chromium) fails to load ogv properly + // when combined with ME.js. Works fine in Opera 15. + // Don't serve ogv to Opera 12 to avoid complete brokeness. + if ( $GLOBALS['is_opera'] ) + unset( $args['ogv'] ); + // Our current ME.js API is limited to shortcodes in posts. + echo wp_video_shortcode( $args ); + ?>
+

+

+ +

+

+

embeds that WordPress supports.)' ), 'http://codex.wordpress.org/Embeds' ); ?>

@@ -98,31 +109,33 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-

-

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

+

+

-

-

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

+

+

-

-

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

+

+

has_shortcode() and adjust shortcode attributes with a new filter.' ); ?>

-

-

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

+

MediaElement.js, jQuery %2$s, jQuery UI %3$s, jQuery Migrate, Backbone %4$s.' ), 'http://mediaelementjs.com/', '1.10.2', '1.10.3', '1.0' ); ?>