| @@ -10,24 +10,12 @@ | ||
| 10 | 10 | */ |
| 11 | 11 | if (!class_exists('Prismatic')) { |
| 12 | 12 | class Prismatic |
| 13 | 13 | { |
| 14 | - public static function options_general() | |
| 15 | - { | |
| 16 | - } | |
| 17 | - public static function options_advanced() | |
| 18 | - { | |
| 19 | - } | |
| 20 | - public static function options_prism() | |
| 21 | - { | |
| 22 | - } | |
| 23 | - public static function options_highlight() | |
| 24 | - { | |
| 25 | - } | |
| 26 | - public static function options_plain() | |
| 27 | - { | |
| 28 | - } | |
| 14 | + public static function options_general() {} | |
| 15 | + public static function options_advanced() {} | |
| 16 | + public static function options_prism() {} | |
| 17 | + public static function options_highlight() {} | |
| 18 | + public static function options_plain() {} | |
| 29 | 19 | } |
| 30 | - function prismatic() | |
| 31 | - { | |
| 32 | - } | |
| 20 | + function prismatic() {} | |
| 33 | 21 | } |