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:
parent
0eecbf8baf
commit
1770cc7b87
|
@ -44,10 +44,10 @@ $shortcode_tags = array();
|
||||||
/**
|
/**
|
||||||
* Adds a new shortcode.
|
* Adds a new shortcode.
|
||||||
*
|
*
|
||||||
* Care should be taken, either through prefixing or other means,to ensure
|
* Care should be taken through prefixing or other means to ensure that the
|
||||||
* that the shortcode tag being added is unique and will not conflict with
|
* shortcode tag being added is unique and will not conflict with other,
|
||||||
* other, already-added shortcode tags. In the event of a duplicated tag, the
|
* already-added shortcode tags. In the event of a duplicated tag, the tag
|
||||||
* tag loaded last will take precedence.
|
* loaded last will take precedence.
|
||||||
*
|
*
|
||||||
* @since 2.5.0
|
* @since 2.5.0
|
||||||
*
|
*
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
*
|
*
|
||||||
* @global string $wp_version
|
* @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.
|
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||||
|
|
Loading…
Reference in New Issue