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:
parent
939758a2b5
commit
0c51a7f11b
|
@ -103,8 +103,6 @@ require_once ABSPATH . 'wp-admin/admin-header.php';
|
|||
);
|
||||
?>
|
||||
</p>
|
||||
|
||||
<p><?php _e( 'Don’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>
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue