[wp-trac] [WordPress Trac] #24235: Post Formats: Externally linked audio files don't show in Audio Posts

WordPress Trac noreply at wordpress.org
Wed May 15 20:54:00 UTC 2013


#24235: Post Formats: Externally linked audio files don't show in Audio Posts
--------------------------+--------------------
 Reporter:  ipstenu       |       Owner:
     Type:  defect (bug)  |      Status:  new
 Priority:  normal        |   Milestone:  3.6
Component:  Post Formats  |     Version:  trunk
 Severity:  normal        |  Resolution:
 Keywords:  has-patch     |
--------------------------+--------------------
Changes (by kovshenin):

 * keywords:   => has-patch


Comment:

 For the post format compat code this isn't an issue since it's scheduled
 at an earlier priority (7) and `do_shortcode` then picks that up at
 priority 11 at `the_content`. That's why you can't reproduce this in
 Twenty Twelve.

 The structured code, however, doesn't run `do_shortcode` and relies on
 `autoembed` for external links which can in fact produce a shortcode since
 audio and video are registered embed handlers. Running the result from
 `autoembed` through shortcodes again should do the trick. See
 [attachment:24235.diff].

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


More information about the wp-trac mailing list