Docs: Fix a typo in the DocBlock description for `add_shortcode()` introduced in [41281].

Props grapplerulrich.
See #37222.

Built from https://develop.svn.wordpress.org/trunk@41286


git-svn-id: http://core.svn.wordpress.org/trunk@41126 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2017-08-20 20:38:42 +00:00
parent 0eecbf8baf
commit 1770cc7b87
2 changed files with 5 additions and 5 deletions

View File

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

View File

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