diff --git a/src/wp-admin/about.php b/src/wp-admin/about.php index 57a63b40ef..83a2f89e69 100644 --- a/src/wp-admin/about.php +++ b/src/wp-admin/about.php @@ -9,24 +9,7 @@ /** WordPress Administration Bootstrap */ require_once( dirname( __FILE__ ) . '/admin.php' ); -if ( ! wp_is_mobile() ) { - wp_enqueue_style( 'wp-mediaelement' ); - wp_enqueue_script( 'mediaelement-vimeo' ); - wp_enqueue_script( 'wp-mediaelement' ); - wp_localize_script( 'mediaelement', '_wpmejsSettings', array( - 'pluginPath' => includes_url( 'js/mediaelement/', 'relative' ), - 'classPrefix' => 'mejs-', - 'stretching' => 'responsive', - 'pauseOtherPlayers' => '', - ) ); -} - -$video_url = 'https://videopress.com/embed/AHz0Ca46?hd=true'; -$lang_code = str_replace( '_', '-', get_user_locale() ); -list( $lang_code ) = explode( '-', $lang_code ); -if ( 'en' !== $lang_code ) { - $video_url = add_query_arg( 'defaultLangCode', $lang_code, $video_url ); -} +wp_enqueue_script( 'underscore' ); $title = __( 'About' ); @@ -34,7 +17,7 @@ list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); include( ABSPATH . 'wp-admin/admin-header.php' ); ?> -
+

@@ -62,136 +45,141 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
+
+ + + + +
-

- -

+
+

-
-
- +
+
+
+ +
+

+

+
+
+
+ +
+

+

+
+
+
+ +
+

+

+
+
+
+ +
+

+

+
-
-
-

-

-
-
-

-

-
-
-

-

-
-
-

-

+
+

+ +
+
+
+ +
+

+

+
+
+
+ +
+

+

+
+
+
+ +
+

+

+
-
- -

- -

+
+

-
-
-

-

-
-
-

-

-
-
-

-

+
+
+
+ +
+

+

+
+
+
+ +
+

+

+
-
+
+

-

- -

- -
-
-

-

-
-
-

-

+
+
+
+ +
+

+

+
+
+
+ +
+

+

+
-
- -

- -

- -
-
-

-

-
-
-

-

-
+
+ + + +
-
- -
-
-

- -

-

early tester or getting involved with the Gutenberg project? Contribute on GitHub.' ), - __( 'https://wordpress.org/plugins/gutenberg/' ), - 'https://github.com/WordPress/gutenberg' ); ?>

-
+
+

+ +

+

early tester or getting involved with the Gutenberg project? Contribute on GitHub.' ), + __( 'https://wordpress.org/plugins/gutenberg/' ), + 'https://github.com/WordPress/gutenberg' ); ?>

- +
@@ -203,30 +191,28 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); ); ?> -
+
-

-

+

+

Check out the full list.' ), + 'https://make.wordpress.org/core/2017/11/01/improvements-to-the-customize-js-api-in-4-9/' + ); + ?>

-

-

+

+

-

-

+

+

-

-

-
-
-

-

-
-
-

-

+

+

@@ -241,8 +227,57 @@ include( ABSPATH . 'wp-admin/admin-header.php' );
-
+ + + -
+

@@ -31,6 +31,7 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); +
'; echo '
'; + echo '
'; include( ABSPATH . 'wp-admin/admin-footer.php' ); exit; } @@ -106,6 +108,7 @@ foreach ( $credits['groups'] as $group_slug => $group_data ) { ); ?>

+
-
+

@@ -30,25 +30,27 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); -

license, the GPL.' ), 'https://wordpress.org/about/license/' ); ?>

+
+

license, the GPL.' ), 'https://wordpress.org/about/license/' ); ?>

-
    -
  1. -
  2. -
  3. -
  4. -
+
    +
  1. +
  2. +
  3. +
  4. +
-

check out our trademark guidelines first.' ), 'https://wordpressfoundation.org/trademark-policy/' ); ?>

+

check out our trademark guidelines first.' ), 'https://wordpressfoundation.org/trademark-policy/' ); ?>

-

plugins and themes there. If you get a plugin or theme from another source, make sure to ask them if it’s GPL first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url, 'https://wordpress.org/about/license/' ); ?>

+ printf( __( 'Every plugin and theme in WordPress.org’s directory is 100%% GPL or a similarly free and compatible license, so you can feel safe finding plugins and themes there. If you get a plugin or theme from another source, make sure to ask them if it’s GPL first. If they don’t respect the WordPress license, we don’t recommend them.' ), $plugins_url, $themes_url, 'https://wordpress.org/about/license/' ); ?>

-

Free Software Foundation.' ); ?>

+

Free Software Foundation.' ); ?>

+
diff --git a/src/wp-admin/privacy.php b/src/wp-admin/privacy.php index 05f0d741b4..f611ee1175 100644 --- a/src/wp-admin/privacy.php +++ b/src/wp-admin/privacy.php @@ -15,7 +15,7 @@ list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); include( ABSPATH . 'wp-admin/admin-header.php' ); ?> -
+

@@ -30,11 +30,13 @@ include( ABSPATH . 'wp-admin/admin-header.php' ); -

+
+

-

WordPress.org stats page.' ), 'https://wordpress.org/about/stats/' ); ?>

+

WordPress.org stats page.' ), 'https://wordpress.org/about/stats/' ); ?>

-

WordPress.org/about/privacy.' ), 'https://wordpress.org/about/privacy/' ); ?>

+

WordPress.org/about/privacy.' ), 'https://wordpress.org/about/privacy/' ); ?>

+