Changeset 47550 for trunk/src/wp-content/themes/twentytwelve/functions.php
- Timestamp:
- 04/05/2020 03:00:44 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-content/themes/twentytwelve/functions.php
r47198 r47550 579 579 if ( empty( $background_color ) ) { 580 580 $classes[] = 'custom-background-empty'; 581 } elseif ( in_array( $background_color, array( 'fff', 'ffffff' ) ) ) {581 } elseif ( in_array( $background_color, array( 'fff', 'ffffff' ), true ) ) { 582 582 $classes[] = 'custom-background-white'; 583 583 }
Note: See TracChangeset
for help on using the changeset viewer.