diff --git a/license.txt b/license.txt index 0db312b3ab..7a0b556d77 100644 --- a/license.txt +++ b/license.txt @@ -19,7 +19,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA This program incorporates work covered by the following copyright and permission notices: - b2 is (c) 2001, 2002 Michel Valdrighi - https://cafelog.com + b2 is (c) 2001, 2002 Michel Valdrighi - Cafelog Wherever third party code has been used, credit has been given in the code's comments. diff --git a/readme.html b/readme.html index 75b29b7616..aab00710dc 100644 --- a/readme.html +++ b/readme.html @@ -88,7 +88,7 @@
WordPress has no multi-million dollar marketing campaign or celebrity sponsors, but we do have something even better—you. If you enjoy WordPress please consider telling a friend, setting it up for someone less knowledgeable than yourself, or writing the author of a media article that overlooks us.
-WordPress is the official continuation of b2/cafélog, which came from Michel V. The work has been continued by the WordPress developers. If you would like to support WordPress, please consider donating.
+WordPress is the official continuation of b2/cafélog, which came from Michel V. The work has been continued by the WordPress developers. If you would like to support WordPress, please consider donating.
WordPress is free software, and is released under the terms of the GPL (GNU General Public License) version 2 or (at your option) any later version. See license.txt.
diff --git a/wp-includes/version.php b/wp-includes/version.php index f01673ee62..13cbe6466f 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-beta1-59943'; +$wp_version = '6.8-beta1-59944'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.