[wp-trac] [WordPress Trac] #15155: Allow filtering of shortcode attributes

WordPress Trac noreply at wordpress.org
Wed Feb 13 18:50:46 UTC 2013


#15155: Allow filtering of shortcode attributes
---------------------------------+------------------
 Reporter:  coffee2code          |       Owner:
     Type:  enhancement          |      Status:  new
 Priority:  normal               |   Milestone:  3.6
Component:  Shortcodes           |     Version:  2.5
 Severity:  normal               |  Resolution:
 Keywords:  has-patch 3.5-early  |
---------------------------------+------------------
Changes (by DrewAPicture):

 * cc: xoodrew@… (added)


Comment:

 Kind of a nit for consistency, but 15155.3.diff changes the concat style
 in the filter from:
 {{{
 'shortcode_atts_' . $shortcode
 }}}

 to
 {{{
 "shortcode_atts_{$shortcode}"
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15155#comment:29>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list