[wp-trac] [WordPress Trac] #6420: shortcodes enhancement proposal
WordPress Trac
wp-trac at lists.automattic.com
Thu Mar 27 17:27:24 GMT 2008
#6420: shortcodes enhancement proposal
-------------------------+--------------------------------------------------
Reporter: Ozh | Owner: anonymous
Type: enhancement | Status: new
Priority: normal | Milestone: 2.5
Component: General | Version: 2.5
Severity: normal | Keywords: 2nd-opinion
-------------------------+--------------------------------------------------
Shortcodes currently support tags like '''[tag]'''. I think adding support
for a more degradable '''<tag>''' would be cool.
Reason:[[BR]]
Say you code a plugin that uses the shortcode API and convert [foo] with
something wicked. You add "[foo]" into all your posts. Cool.[[BR]]
Now, if you deactivate your plugin, all your posts show "[foo]" in plain.
Not cool.
Using <foo> instead of [foo] is more degradable in a sense than if you
deactivate your plugin, you just see nothing wrong, as <foo> is simply
ignored by the browser.
--
Ticket URL: <http://trac.wordpress.org/ticket/6420>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list