diff --git a/wp-includes/shortcodes.php b/wp-includes/shortcodes.php index 710291041b..c6df28b3dc 100644 --- a/wp-includes/shortcodes.php +++ b/wp-includes/shortcodes.php @@ -44,10 +44,10 @@ $shortcode_tags = array(); /** * Adds a new shortcode. * - * Care should be taken, either through prefixing or other means,to ensure - * that the shortcode tag being added is unique and will not conflict with - * other, already-added shortcode tags. In the event of a duplicated tag, the - * tag loaded last will take precedence. + * Care should be taken through prefixing or other means to ensure that the + * shortcode tag being added is unique and will not conflict with other, + * already-added shortcode tags. In the event of a duplicated tag, the tag + * loaded last will take precedence. * * @since 2.5.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 2c9d2b6090..7e801aeda3 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -4,7 +4,7 @@ * * @global string $wp_version */ -$wp_version = '4.9-alpha-41285'; +$wp_version = '4.9-alpha-41286'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.