From 095eed363adfd551e036fa7d49b05021edcc38c2 Mon Sep 17 00:00:00 2001 From: whyisjake Date: Tue, 1 Oct 2019 04:13:57 +0000 Subject: [PATCH] Shortcodes: Improve handling from `shortcode_parse_attts()`. Added missing @ticket for #47863 on `data_shortcode_parse_atts()` Also cleans up some linter fixes that were missed. Props garrett-eclipse, whyisjake. ixes #47863. Built from https://develop.svn.wordpress.org/trunk@46370 git-svn-id: http://core.svn.wordpress.org/trunk@46169 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 fbd49b9ba7..a55093854b 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.3-beta2-46369'; +$wp_version = '5.3-beta2-46370'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.