X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/bf5c68485ef07868ad0a91168ecd0092af7661ae..61343b82c4f0da4c68e4c6373daafff4a81efdd1:/wp-admin/about.php?ds=sidebyside diff --git a/wp-admin/about.php b/wp-admin/about.php index 1ebc0f0d..8b155d21 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -13,13 +13,13 @@ $title = __( 'About' ); list( $display_version ) = explode( '-', $wp_version ); -include( './admin-header.php' ); +include( ABSPATH . 'wp-admin/admin-header.php' ); ?>

-
+
@@ -33,157 +33,119 @@ include( './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.', 12 ), '3.3.2', number_format_i18n( 12 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.3.2' ); ?> -

-

Version %1$s addressed a security issue and fixed %2$s bug.', - 'Version %1$s addressed a security issue and fixed %2$s bugs.', 15 ), '3.3.1', number_format_i18n( 15 ) ); ?> - the release notes.' ), 'http://codex.wordpress.org/Version_3.3.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' ); ?>

- -
- -
-

- -
-
-

- -

-
-
-

-

Tools → Import to get the new Tumblr Importer, which maps your Tumblog posts to the matching WordPress post formats. Tip: Choose a theme designed to display post formats to get the greatest benefit from the importer.' ); ?>

-
-
-

-

Note: if you’ve added new widgets since the switch, you’ll need to rescue them from the Inactive Widgets area.' ); ?>

-
-
-

-
+
-

-

+

+

-

-

+

+

-

-

+

+

-
+
-

is_main_query()

-

WP_Query object is the main WordPress query or a secondary query.' ); ?>

+

+

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

-
- "> | - +
Version %1$s addressed some security issues and fixed 'Version %1$s addressed some security issues and fixed %2$s bugs.' ); __( 'For more information, see the release notes.' ); - -?> \ No newline at end of file