X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/596d585e1dc1eb25bccd3781e37210a4e2504179..a6f44f0edcda2471c5a33e4156c1c9488c7f3210:/wp-admin/about.php?ds=inline diff --git a/wp-admin/about.php b/wp-admin/about.php index 9b3624af..64f7e7b4 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -19,7 +19,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
@@ -34,100 +34,108 @@ 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.', 20 ), '3.4.2', number_format_i18n( 20 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.4.2' ); ?> -

- -

Version %1$s addressed some security issues and fixed %2$s bug.', - 'Version %1$s addressed some security issues and fixed %2$s bugs.', 21 ), '3.4.1', number_format_i18n( 21 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.4.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' ); ?>

-

+

- -

-

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

- -

-

+ +

+

+

-

- -
-

-

theme support.' ); ?>

-
- - - -
-
+

- -

-

+ +

+

+

+

-
-
-

- -
- - -

-

-

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

+
+
+

+

+
+
+

+

+
-
-
-

+

- - -

-

+
"$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' ); ?>

-
+
-

-

- -

-

+

+

-

-

- -

-

+

+

-

-

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

+

+

+
+
+
+
+

+

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

+
+
+

+

+
+

-

+

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