| @@ -22,9 +22,9 @@ | ||
| 22 | 22 | * Class constructor |
| 23 | 23 | * |
| 24 | 24 | * @return void |
| 25 | 25 | */ |
| 26 | - function wsScreenOptions10(){ | |
| 26 | + function __construct(){ | |
| 27 | 27 | $this->registered_panels = array(); |
| 28 | 28 | $this->page_panels = array(); |
| 29 | 29 | |
| 30 | 30 | add_filter('screen_settings', array( $this, 'append_screen_settings' ), 10, 2); |