Help/About: Update Freedoms page for 5.9.

Fixes #54270.


Built from https://develop.svn.wordpress.org/trunk@52626


git-svn-id: http://core.svn.wordpress.org/trunk@52214 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Peter Wilson 2022-01-24 09:41:03 +00:00
parent 939758a2b5
commit 0c51a7f11b
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 = '6.0-alpha-52624';
$wp_version = '6.0-alpha-52626';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.