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

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

- -
- -

-

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

- -

-

-
+
+

+

Version %1$s addressed some security issues and fixed %2$s bug.', + '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' ); ?> +

-

- -
-

-

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