Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fields committed May 22, 2011
1 parent 56b9d92 commit 40d7337
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions options-sanitize.php
Expand Up @@ -204,15 +204,15 @@ function of_recognized_background_repeat() {
*/
function of_recognized_background_position() {
$default = array(
'top left' => 'Top Left',
'top center' => 'Top Center',
'top right' => 'Top Right',
'center left' => 'Middle Left',
'top left' => 'Top Left',
'top center' => 'Top Center',
'top right' => 'Top Right',
'center left' => 'Middle Left',
'center center' => 'Middle Center',
'center right' => 'Middle Right',
'bottom left' => 'Bottom Left',
'center right' => 'Middle Right',
'bottom left' => 'Bottom Left',
'bottom center' => 'Bottom Center',
'bottom right' => 'Bottom Right'
'bottom right' => 'Bottom Right'
);
return apply_filters( 'of_recognized_background_position', $default );
}
Expand All @@ -226,7 +226,7 @@ function of_recognized_background_position() {
function of_recognized_background_attachment() {
$default = array(
'scroll' => 'Scroll Normally',
'fixed' => 'Fixed in Place'
'fixed' => 'Fixed in Place'
);
return apply_filters( 'of_recognized_background_attachment', $default );
}
Expand Down

0 comments on commit 40d7337

Please sign in to comment.