Changeset 1520 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php
- Timestamp:
- 04/29/2015 04:04:49 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/index.php
r1493 r1520 14 14 global $themes; 15 15 16 if ( ! function_exists( 'get_theme_feature_list' ) ) {17 include ABSPATH . 'wp-admin/includes/theme.php';18 }19 16 get_header(); 20 17 ?> … … 47 44 </div> 48 45 49 <?php foreach ( get_theme_feature_list() as $feature_name => $features ) : ?>46 <?php foreach ( wporg_themes_get_feature_list() as $feature_name => $features ) : ?> 50 47 <div class="filter-group"> 51 48 <h4><?php echo esc_html( $feature_name ); ?></h4>
Note: See TracChangeset
for help on using the changeset viewer.