Skip to content

Commit

Permalink
Zeroing out default link and background colors when no values are set.
Browse files Browse the repository at this point in the history
  • Loading branch information
malatestapunk committed Jul 4, 2012
1 parent 2c5fdcd commit d508088
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ function status_get_user_options () {
'bg-position' => 'left',
'bg-repeat' => 'repeat',
'bg-attachment' => 'fixed',
'bg-color' => '#fff',
'bg-color' => false,
'bg-image' => $bg_image,
'link-color' => '#f00',
'link-color' => false,
));
}

Expand Down

0 comments on commit d508088

Please sign in to comment.