Ticket #17198: comment-options-page.patch
| File comment-options-page.patch, 564 bytes (added by , 15 years ago) |
|---|
-
theme-options.php
146 146 } 147 147 148 148 /** 149 * Re turns the options arrayfor Twenty Eleven.149 * Renders options page for Twenty Eleven. 150 150 * 151 151 * @since Twenty Eleven 1.0 152 152 */ … … 326 326 327 327 return array_merge( $existing_classes, $classes ); 328 328 } 329 add_filter( 'body_class', 'twentyeleven_layout_classes' ); 330 No newline at end of file 329 add_filter( 'body_class', 'twentyeleven_layout_classes' );