Changeset 15235 for trunk/wp-includes/theme.php
- Timestamp:
- 06/11/2010 08:19:35 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/wp-includes/theme.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/theme.php
r15196 r15235 1548 1548 $repeat = 'repeat'; 1549 1549 $repeat = " background-repeat: $repeat;"; 1550 1550 1551 1551 $position = get_theme_mod( 'background_position_x', 'left' ); 1552 1552 if ( ! in_array( $position, array( 'center', 'right', 'left' ) ) ) 1553 1553 $position = 'left'; 1554 1554 $position = " background-position: top $position;"; 1555 1555 1556 1556 $attachment = get_theme_mod( 'background_attachment', 'scroll' ); 1557 1557 if ( ! in_array( $attachment, array( 'fixed', 'scroll' ) ) )
Note: See TracChangeset
for help on using the changeset viewer.