2011-05-12 03:10:54 +02:00
< ? php
/**
* Your Rights administration panel .
*
* @ package WordPress
* @ subpackage Administration
*/
/** WordPress Administration Bootstrap */
2020-02-06 07:33:11 +01:00
require_once __DIR__ . '/admin.php' ;
2011-05-12 03:10:54 +02:00
2019-05-27 01:21:51 +02:00
// This file was used to also display the Privacy tab on the About screen from 4.9.6 until 5.3.0.
if ( isset ( $_GET [ 'privacy-notice' ] ) ) {
wp_redirect ( admin_url ( 'privacy.php' ), 301 );
exit ;
}
2021-07-22 15:53:00 +02:00
// Used in the HTML title tag.
2011-05-12 07:17:28 +02:00
$title = __ ( 'Freedoms' );
2011-05-12 03:10:54 +02:00
2016-08-31 07:49:37 +02:00
list ( $display_version ) = explode ( '-' , get_bloginfo ( 'version' ) );
2011-11-04 00:55:03 +01:00
2020-02-06 07:33:11 +01:00
require_once ABSPATH . 'wp-admin/admin-header.php' ;
2011-05-12 03:10:54 +02:00
?>
2019-10-29 21:10:04 +01:00
< div class = " wrap about__container " >
2011-11-04 00:23:31 +01:00
2019-10-22 21:19:07 +02:00
< div class = " about__header " >
Help/About: WordPress 5.8 About Page.
This is the start of the WordPress 5.8 about page, introducing new content and a first pass of the new style.
Props chanthaboune, cbringmann, webcommsat, marybaum, melchoyce, shaunandrews, desrosj, ryelle, oglekler, yvettesonneveld, nalininonstopnewsuk, meher, femkreations, alanjacobmathew, courane01, annezazu, matveb, milana_cap, javiarce, ryokuhi, audrasjb.
See #52775.
Built from https://develop.svn.wordpress.org/trunk@51264
git-svn-id: http://core.svn.wordpress.org/trunk@50873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-29 21:06:57 +02:00
< div class = " about__header-title " >
< h1 >
< ? php _e ( 'The Four Freedoms' ); ?>
</ h1 >
Help/About: WordPress 5.5 About Page.
Speed. Search. Security.
This is the start of the WordPress 5.5 about page.
Fixes #50416.
Props ryelle, marybaum, estelaris, yvettesonneveld, michelebutcher-jones, metalandcoffee, melchoyce, marktimemedia, abhanonstopnewsuk, elmastudio, davidbaumwald, audrasjb, afercia, cbringmann, andreamiddleton, desrosj, earnjam, SergeyBiryukov, whyisjake, elrae.
Built from https://develop.svn.wordpress.org/trunk@48675
git-svn-id: http://core.svn.wordpress.org/trunk@48437 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-07-28 19:46:04 +02:00
</ div >
Help/About: WordPress 5.8 About Page.
This is the start of the WordPress 5.8 about page, introducing new content and a first pass of the new style.
Props chanthaboune, cbringmann, webcommsat, marybaum, melchoyce, shaunandrews, desrosj, ryelle, oglekler, yvettesonneveld, nalininonstopnewsuk, meher, femkreations, alanjacobmathew, courane01, annezazu, matveb, milana_cap, javiarce, ryokuhi, audrasjb.
See #52775.
Built from https://develop.svn.wordpress.org/trunk@51264
git-svn-id: http://core.svn.wordpress.org/trunk@50873 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2021-06-29 21:06:57 +02:00
< div class = " about__header-text " >
Help/About: WordPress 5.9 About Page.
Introducing the new About page for 5.9.
Props dansoschin, critterverse, webcommsat, marybaum, nalininonstopnewsuk, sabernhardt, costdev, chanthaboune, cbringmann, mkaz, davidbaumwald, ryelle, melchoyce, annezazu, paaljoachim, audrasjb, hellofromtonya, walbo, tobifjellner, mitogh
Built from https://develop.svn.wordpress.org/trunk@52438
git-svn-id: http://core.svn.wordpress.org/trunk@52030 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-01-04 19:35:03 +01:00
< ? php _e ( 'WordPress is free and open source software' ); ?>
2019-10-22 21:19:07 +02:00
</ div >
2011-11-04 00:23:31 +01:00
2019-10-22 21:19:07 +02:00
< nav class = " about__header-navigation nav-tab-wrapper wp-clearfix " aria - label = " <?php esc_attr_e( 'Secondary menu' ); ?> " >
< a href = " about.php " class = " nav-tab " >< ? php _e ( 'What’s New' ); ?> </a>
< a href = " credits.php " class = " nav-tab " >< ? php _e ( 'Credits' ); ?> </a>
< a href = " freedoms.php " class = " nav-tab nav-tab-active " aria - current = " page " >< ? php _e ( 'Freedoms' ); ?> </a>
< a href = " privacy.php " class = " nav-tab " >< ? php _e ( 'Privacy' ); ?> </a>
</ nav >
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
</ div >
2021-07-06 20:38:57 +02:00
< div class = " about__section is-feature " >
2019-10-29 21:10:04 +01:00
< p class = " about-description " >
< ? php
printf (
/* translators: %s: https://wordpress.org/about/license/ */
2021-07-06 20:38:57 +02:00
__ ( 'WordPress comes with some awesome, worldview-changing rights courtesy of its <a href="%s">license</a>, the GPL.' ),
2019-10-29 21:10:04 +01:00
__ ( 'https://wordpress.org/about/license/' )
);
?>
</ p >
</ div >
2021-07-06 20:38:57 +02:00
< div class = " about__section has-2-columns " >
< div class = " column aligncenter " >
< img class = " freedom-image " src = " <?php echo esc_url( admin_url( 'images/freedom-1.svg' ) ); ?> " alt = " " />
2020-04-09 18:09:11 +02:00
< h2 class = " is-smaller-heading " >< ? php _e ( 'The 1st Freedom' ); ?> </h2>
2019-10-29 21:10:04 +01:00
< p >< ? php _e ( 'To run the program for any purpose.' ); ?> </p>
2019-10-22 21:19:07 +02:00
</ div >
2021-07-06 20:38:57 +02:00
< div class = " column aligncenter " >
< img class = " freedom-image " src = " <?php echo esc_url( admin_url( 'images/freedom-2.svg' ) ); ?> " alt = " " />
2020-04-09 18:09:11 +02:00
< h2 class = " is-smaller-heading " >< ? php _e ( 'The 2nd Freedom' ); ?> </h2>
2019-10-29 21:10:04 +01:00
< p >< ? php _e ( 'To study how the program works and change it to make it do what you wish.' ); ?> </p>
</ div >
2021-07-06 20:38:57 +02:00
< div class = " column aligncenter " >
< img class = " freedom-image " src = " <?php echo esc_url( admin_url( 'images/freedom-3.svg' ) ); ?> " alt = " " />
2020-04-09 18:09:11 +02:00
< h2 class = " is-smaller-heading " >< ? php _e ( 'The 3rd Freedom' ); ?> </h2>
2019-10-29 21:10:04 +01:00
< p >< ? php _e ( 'To redistribute.' ); ?> </p>
</ div >
2021-07-06 20:38:57 +02:00
< div class = " column aligncenter " >
< img class = " freedom-image " src = " <?php echo esc_url( admin_url( 'images/freedom-4.svg' ) ); ?> " alt = " " />
2020-04-09 18:09:11 +02:00
< h2 class = " is-smaller-heading " >< ? php _e ( 'The 4th Freedom' ); ?> </h2>
2019-10-29 21:10:04 +01:00
< p >< ? php _e ( 'To distribute copies of your modified versions to others.' ); ?> </p>
</ div >
</ div >
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
Help/About: WordPress 5.6 About Page.
This change introduces the new About page for WordPress 5.6.
Props elmastudio, ryelle, melchoyce, karmatosed, webcommsat, marybaum, meher, OGlekler, lmurillom, vimes1984, sabrinazeidan, nalininonstopnewsuk, afshanadiya, michelleames, bmcdede, yvettesonneveld, sarahricker, isabel_brison, helen, hellofromtonya, poena, chanthaboune, cbringmann, joedolson, sabernhardt, garrett-eclipse, audrasjb, marks99.
See #51415.
Built from https://develop.svn.wordpress.org/trunk@49640
git-svn-id: http://core.svn.wordpress.org/trunk@49378 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2020-11-17 22:34:04 +01:00
< div class = " about__section has-1-column " >
2019-10-29 21:10:04 +01:00
< div class = " column " >
2019-10-22 21:19:07 +02:00
< p >
< ? php
printf (
/* translators: %s: https://wordpressfoundation.org/trademark-policy/ */
Administration: Replace contracted verb forms for better consistency.
This changeset replaces contracted verb forms like `doesn't`, `can't`, or `isn't` with non-contracted forms like `does not`, `cannot`, or `is not`, for better consistency across the WordPress administration. It also updates some corresponding unit tests strings.
Props Presskopp, socalchristina, aandrewdixon, francina, SergeyBiryukov, JeffPaul, audrasjb, hellofromTonya.
Fixes #38913.
See #39176.
Built from https://develop.svn.wordpress.org/trunk@52978
git-svn-id: http://core.svn.wordpress.org/trunk@52567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-03-22 17:25:03 +01:00
__ ( 'WordPress grows when people like you tell their friends about it, and the thousands of businesses and services that are built on and around WordPress share that fact with their users. We are flattered every time someone spreads the good word, just make sure to <a href="%s">check out our trademark guidelines</a> first.' ),
2019-10-22 21:19:07 +02:00
'https://wordpressfoundation.org/trademark-policy/'
);
?>
</ p >
< p >
< ? php
$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/' );
printf (
/* translators: 1: URL to Plugins screen, 2: URL to Themes screen, 3: https://wordpress.org/about/license/ */
Administration: Replace contracted verb forms for better consistency.
This changeset replaces contracted verb forms like `doesn't`, `can't`, or `isn't` with non-contracted forms like `does not`, `cannot`, or `is not`, for better consistency across the WordPress administration. It also updates some corresponding unit tests strings.
Props Presskopp, socalchristina, aandrewdixon, francina, SergeyBiryukov, JeffPaul, audrasjb, hellofromTonya.
Fixes #38913.
See #39176.
Built from https://develop.svn.wordpress.org/trunk@52978
git-svn-id: http://core.svn.wordpress.org/trunk@52567 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-03-22 17:25:03 +01:00
__ ( '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 <a href="%1$s">plugins</a> and <a href="%2$s">themes</a> there. If you get a plugin or theme from another source, make sure to <a href="%3$s">ask them if it’s GPL</a> first. If they do not respect the WordPress license, we do not recommend them.' ),
2019-10-22 21:19:07 +02:00
$plugins_url ,
$themes_url ,
__ ( 'https://wordpress.org/about/license/' )
);
?>
</ p >
</ div >
Help/About: WordPress 5.0 About Page.
The About page describes all the great changes in WordPress 5.0.
Highlights:
- Warn users of Gutenberg plugin of its deactivation upon 5.0 upgrade.
- Added illustrations to the Four Freedoms page.
- Include a link to wporg user’s plugin favorites as a way to display only the classic plugin as a suggestion for install.
- Detail the Classic Editor plugin and the support timeline.
Props pixelverbieger, ocean90, karmatosed, pento, boemedia, lonelyvegan, sami.keijonen, TimothyBlynJacobs, xkon, afercia, laurelfulford, joostdevalk, ipstenu, matveb, joen, tinkerbelly, chanthaboune, kjellr, alexislloyd, melchoyce, mcsf, courtney0burton, Otto42, cathibosco, tobifjellner, helen, audrasjb, antpb, jjj, elrae, desrosj, azaozz, joemcgill, skithund, gziolo.
Merges [43913], [43921-43922], [43937-43938], [43946-43947], [43952-43953], [43967-43969] into trunk.
Fixes #45178.
Built from https://develop.svn.wordpress.org/trunk@44264
git-svn-id: http://core.svn.wordpress.org/trunk@44094 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2018-12-17 17:36:59 +01:00
</ div >
2011-05-12 03:10:54 +02:00
</ div >
2020-02-06 07:33:11 +01:00
< ? php require_once ABSPATH . 'wp-admin/admin-footer.php' ; ?>