Make WordPress Core


Ignore:
Timestamp:
05/16/2010 05:17:57 AM (14 years ago)
Author:
nacin
Message:

Custom background UI updates. props ocean90 for initial patch, see #12186.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/theme.php

    r14658 r14684  
    15541554    }
    15551555
    1556     switch ( get_theme_mod('background_position', 'left') ) {
     1556    switch ( get_theme_mod('background_position_x', 'left') ) {
    15571557        case 'center':
    15581558            $position = 'background-position: top center;';
Note: See TracChangeset for help on using the changeset viewer.