[wp-trac] [WordPress Trac] #23625: Add function to extract or parse chat as structured data

WordPress Trac noreply at wordpress.org
Wed Mar 13 18:42:02 UTC 2013


#23625: Add function to extract or parse chat as structured data
----------------------------------------+------------------
 Reporter:  wonderboymusic              |       Owner:
     Type:  feature request             |      Status:  new
 Priority:  normal                      |   Milestone:  3.6
Component:  Post Formats                |     Version:
 Severity:  normal                      |  Resolution:
 Keywords:  has-patch needs-unit-tests  |
----------------------------------------+------------------

Comment (by wonderboymusic):

 theme support
 {{{
 add_theme_support( 'structured-post-formats' );
 }}}

 theme that supports 'structured-post-formats'
 {{{
 $data = get_the_chat();
 // do a bunch of stuff
 }}}

 theme that doesn't
 {{{
 the_content();
 }}}

 Come troll in dev chat later if this is ruining your life

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


More information about the wp-trac mailing list