[wp-trac] [WordPress Trac] #26516: Make it easier to check theme support

WordPress Trac noreply at wordpress.org
Tue Dec 10 02:13:23 UTC 2013


#26516: Make it easier to check theme support
------------------------------------+------------------------------
 Reporter:  obenland                |       Owner:
     Type:  enhancement             |      Status:  new
 Priority:  normal                  |   Milestone:  Awaiting Review
Component:  Themes                  |     Version:  2.9
 Severity:  normal                  |  Resolution:
 Keywords:  has-patch dev-feedback  |
------------------------------------+------------------------------

Comment (by obenland):

 Attached patch merges the array with the array of information, with the
 array of information. The result would look like this:

 {{{
 #!php
 // get_theme_support('html5');

 array (size=4)
   0 =>
     array (size=3)
       0 => string 'search-form' (length=11)
       1 => string 'comment-form' (length=12)
       2 => string 'comment-list' (length=12)
   1 => string 'search-form' (length=11)
   2 => string 'comment-form' (length=12)
   3 => string 'comment-list' (length=12)
 }}}

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


More information about the wp-trac mailing list