[wp-trac] [WordPress Trac] #27332: Themes Directory Tag Filter - Subject
WordPress Trac
noreply at wordpress.org
Sun Dec 14 02:47:21 UTC 2014
#27332: Themes Directory Tag Filter - Subject
-------------------------+------------------------------
Reporter: klosi | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Themes | Version: 3.8.1
Severity: normal | Resolution:
Keywords: | Focuses:
-------------------------+------------------------------
Comment (by klosi):
It's a bit of an older topic, but I was looking into the Core code and
noticed that the referenced tags in WP Core are actually referring to a
.org API first:
{{{
function get_theme_feature_list( $api = true ) {
// Hard-coded list is used if api not accessible.
$features = array(
__( 'Colors' ) => array(
'black' => __( 'Black' ),
'blue' => __( 'Blue' ),
}}}
Is this .org api functional? If not, what prevents us creating a quick
survey with theme categories and let people vote for which should be
included in the array? it would be a one week project and improve
usability substantially I think...
Best,
Daniel
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27332#comment:2>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list