Add IsNamedParams property in shortcodes

This commit is contained in:
digitalcraftsman 2015-11-23 19:32:03 +01:00 committed by Bjørn Erik Pedersen
parent e3a51711bb
commit 34214ebb89

View File

@ -173,9 +173,9 @@ You want to include a single tweet into your blog post? Everything you need is t
https://twitter.com/spf13/status/666616452582129664
Pass the tweet's author the id from the URL as parameters to the shortcode as shown below:
Pass the tweet's id from the URL as parameter to the shortcode as shown below:
{{</* tweet spf13 666616452582129664 */>}}
{{</* tweet 666616452582129664 */>}}
***