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.
|
||||
*
|
||||
* 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
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user