Changeset 353
- Timestamp:
- 01/31/2014 06:18:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/functions.php
r294 r353 60 60 function wporg_add_site_slug_to_body_class( $classes ) { 61 61 global $current_blog; 62 $classes[] = 'wporg-make'; 62 63 $classes[] = 'make-' . trim( $current_blog->path, '/' ); 63 64 return $classes;
Note: See TracChangeset
for help on using the changeset viewer.