From 15f2879461e163e67db82902ddd1db90af00b663 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 15 Dec 2024 23:24:23 +0000 Subject: [PATCH] Tests: Clean up `convert_smilies()` tests. Includes: * Removing redundant `use_smilies` option switches, as it is set to 1 by default. * Restoring the `$wpsmiliestrans` array before performing assertions, not after. * Moving most of the `smilies_init()` calls to a `set_up()` method. Follow-up to [409/tests], [26191], [28717]. See #62278. Built from https://develop.svn.wordpress.org/trunk@59516 git-svn-id: http://core.svn.wordpress.org/trunk@58902 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-includes/version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/version.php b/wp-includes/version.php index 391edd9fe4..318ee98780 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.8-alpha-59515'; +$wp_version = '6.8-alpha-59516'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.