Help/About: Update Freedoms page for 5.9.

Props peterwilsoncc, audrasjb, mikeschroder.
Merges [52626] to the 5.9 branch.
Fixes #54270.


Built from https://develop.svn.wordpress.org/branches/5.9@52627


git-svn-id: http://core.svn.wordpress.org/branches/5.9@52215 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2022-01-24 10:02:03 +00:00
parent 58c5e512b1
commit bf4135194e
2 changed files with 1 additions and 3 deletions

View File

@ -103,8 +103,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
);
?>
</p>
<p><?php _e( 'Don&#8217;t you wish all software came with these freedoms? So do we! For more information, check out the <a href="https://www.fsf.org/">Free Software Foundation</a>.' ); ?></p>
</div>
</div>

View File

@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.9-RC3-52625';
$wp_version = '5.9-RC3-52627';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.