[wp-trac] [WordPress Trac] #26631: Add a "playlist" shortcode
WordPress Trac
noreply at wordpress.org
Thu Feb 20 22:09:21 UTC 2014
#26631: Add a "playlist" shortcode
-------------------------------------------------+-------------------------
Reporter: wonderboymusic | Owner:
Type: feature request | Status: new
Priority: normal | Milestone: 3.9
Component: Media | Version:
Severity: normal | Resolution:
Keywords: needs-testing has-patch needs-ui | Focuses:
needs-docs needs-unit-tests |
-------------------------------------------------+-------------------------
Comment (by juliobox):
Hello, tell me if i'm wrong but i just read the code and i saw this:
{{{
if ( 'attachment' && $post_ID ) {
}}}
i think it's
{{{
if ( 'attachment' === $post_type && $post_ID ) {
}}}
See you
--
Ticket URL: <https://core.trac.wordpress.org/ticket/26631#comment:23>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list