Changeset 3486
- Timestamp:
- 06/19/2016 10:05:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-p2/functions.php
r2511 r3486 60 60 global $current_blog; 61 61 $classes[] = 'wporg-make'; 62 $classes[] = 'make-' . trim( $current_blog->path, '/' ); 62 if ( $current_blog ) { 63 $classes[] = 'make-' . trim( $current_blog->path, '/' ); 64 } 63 65 return $classes; 64 66 }
Note: See TracChangeset
for help on using the changeset viewer.