Docs: Fix a typo in the DocBlock description for add_shortcode()
introduced in [41281].
Props grapplerulrich. See #37222. git-svn-id: https://develop.svn.wordpress.org/trunk@41286 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
c3ff721c81
commit
7157569a72
@ -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
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user