diff -r 490d5cc509ed -r cf61fcea0001 wp/wp-admin/freedoms.php --- a/wp/wp-admin/freedoms.php Tue Jun 09 11:14:17 2015 +0000 +++ b/wp/wp-admin/freedoms.php Mon Oct 14 17:39:30 2019 +0200 @@ -11,47 +11,61 @@ $title = __( 'Freedoms' ); -list( $display_version ) = explode( '-', $wp_version ); +list( $display_version ) = explode( '-', get_bloginfo( 'version' ) ); include( ABSPATH . 'wp-admin/admin-header.php' ); + +$is_privacy_notice = isset( $_GET['privacy-notice'] ); + ?> -
+

-
+

- -

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

+ + +
+

+ +

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

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

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

+
+ + +
+

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

-

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

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

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

-$plugins_url = current_user_can( 'activate_plugins' ) ? admin_url( 'plugins.php' ) : 'https://wordpress.org/plugins/'; -$themes_url = current_user_can( 'switch_themes' ) ? admin_url( 'themes.php' ) : 'https://wordpress.org/themes/'; +

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

+
+