X-Git-Url: https://scripts.mit.edu/gitweb/autoinstalls/wordpress.git/blobdiff_plain/8f374b7233bc2815ccc387e448d208c5434eb961..3194d1bb103c2d8db4f44feeced5e58ee2756658:/wp-admin/freedoms.php diff --git a/wp-admin/freedoms.php b/wp-admin/freedoms.php index 99251dcf..ce9f9e23 100644 --- a/wp-admin/freedoms.php +++ b/wp-admin/freedoms.php @@ -7,7 +7,7 @@ */ /** WordPress Administration Bootstrap */ -require_once( './admin.php' ); +require_once( dirname( __FILE__ ) . '/admin.php' ); $title = __( 'Freedoms' ); @@ -19,21 +19,17 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

-
+
-

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

+

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

  1. @@ -46,10 +42,10 @@ include( ABSPATH . 'wp-admin/admin-header.php' );

    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, 'http://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.' ); ?>