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
This commit is contained in:
whyisjake 2019-10-01 04:13:57 +00:00
parent d30053446b
commit 095eed363a

View File

@ -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.