X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/9c2096d803812dacbdf6cf8efe90053e39f00b96..245e789b234afa4525862e7a6e5e3c2e7a52ef20:/wp-admin/about.php diff --git a/wp-admin/about.php b/wp-admin/about.php index 1ebc0f0d..f5c78601 100644 --- a/wp-admin/about.php +++ b/wp-admin/about.php @@ -7,19 +7,24 @@ */ /** WordPress Administration Bootstrap */ -require_once( './admin.php' ); +require_once( dirname( __FILE__ ) . '/admin.php' ); + +wp_enqueue_style( 'wp-mediaelement' ); +wp_enqueue_script( 'wp-playlist' ); +add_action( 'admin_footer', 'wp_underscore_playlist_templates', 0 ); $title = __( 'About' ); list( $display_version ) = explode( '-', $wp_version ); -include( './admin-header.php' ); +include( ABSPATH . 'wp-admin/admin-header.php' ); ?> +
-

+

-
+
@@ -35,155 +40,223 @@ 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.', + 'Version %1$s addressed some security issues.', 6 ), '3.9.2', number_format_i18n( 6 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_3.9.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' ); ?> +

Version %1$s addressed %2$s bug.', + 'Version %1$s addressed %2$s bugs.', 34 ), '3.9.1', number_format_i18n( 34 ) ); ?> + the release notes.' ), 'http://codex.wordpress.org/Version_3.9.1' ); ?>

-

- -
-
- - -
-
-

-

- -

-

- -

-

-
+
+ + + + +
-
- -
-

- -
-

-

- -
-

-

+

+
+
+ +

+

-
- -
-
- -

-

+
+ +

+

-
- -

-

+
+ +

+

-
-
-

+
-
-
- - +
+
+ +

+

-
-

-

- -

-

- -

-

+
+
+
+ +
+
+ + + +
+

+

-
-
-

+
-
+
+
-

- -

-
-
-

-

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

+ '//s.w.org/images/core/3.9/widgets.mp4', + 'ogv' => '//s.w.org/images/core/3.9/widgets.ogv', + 'webm' => '//s.w.org/images/core/3.9/widgets.webm', + 'loop' => true, + 'autoplay' => true, + 'width' => 499 + ) ); + ?> +

+

+

-

-

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

+

+

-

-

+

+

+ +

+

-

-

+

+

doing_action() and doing_filter(), and manipulate custom image sizes with has_image_size() and remove_image_size().' ); ?>

+

-
-
+
+
- "> | - +
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