Ticket #19274: functions.php
File functions.php, 339 bytes (added by , 14 years ago) |
---|
Line | |
---|---|
1 | <?php |
2 | |
3 | register_sidebar( array( |
4 | 'id' => 'sidebar-one', |
5 | 'name' => 'Sidebar One', |
6 | |
7 | ) ); |
8 | |
9 | register_sidebar( array( |
10 | 'id' => 'sidebar-two', |
11 | 'name' => 'Sidebar Two', |
12 | ) ); |
13 | |
14 | |
15 | register_sidebar( array( |
16 | 'id' => 'sidebar-three', |
17 | 'name' => 'Sidebar Three', |
18 | ) ); |
19 | |
20 | register_sidebar( array( |
21 | 'id' => 'sidebar-four', |
22 | 'name' => 'Sidebar Four', |
23 | ) ); |