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:
Drew Jaynes 2017-08-20 20:37:47 +00:00
parent c3ff721c81
commit 7157569a72

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
*