Changeset 1087 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
- Timestamp:
- 01/05/2015 11:14:57 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-themes/functions.php
r1084 r1087 74 74 75 75 wp_enqueue_style( 'global-style', '//s.w.org/style/wp4.css', array(), '14' ); 76 wp_enqueue_style( 'ratings', '//wordpress.org/extend/themes-plugins/bb-ratings/bb-ratings.css', array(), '4' ); 76 77 wp_enqueue_style( 'themes-style', self_admin_url( 'css/themes.css' ) ); 77 78 wp_enqueue_style( 'wporg-themes-style', get_stylesheet_uri() ); … … 154 155 if ( 'query_themes' == $action ) { 155 156 $args->per_page = 30; 156 $args->fields['parent'] = true; 157 $args->fields['tags'] = true; 157 $args->fields['parent'] = true; 158 $args->fields['ratings'] = true; 159 $args->fields['tags'] = true; 158 160 } 159 161
Note: See TracChangeset
for help on using the changeset viewer.