Changes between Initial Version and Version 1 of Ticket #20816
- Timestamp:
- 06/02/12 05:03:39 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20816 – Description
initial v1 5 5 Example: 6 6 7 ` 8 array( 9 'default-color' => '000000', 10 'default-image' => get_stylesheet_directory_uri() . '/images/background-wolfbw.jpg', 11 'repeat' => 'no-repeat', 12 'position-x' => 'center', 13 'attachment' => 'fixed' ); 14 ` 7 {{{ 8 array( 9 'default-color' => '000000', 10 'default-image' => get_stylesheet_directory_uri() . '/images/background-wolfbw.jpg', 11 'repeat' => 'no-repeat', 12 'position-x' => 'center', 13 'attachment' => 'fixed' 14 ); 15 }}} 15 16 16 17 ie. the repeat position(x/y) and attachment parameters
