We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133b7e6 commit c3e068aCopy full SHA for c3e068a
lib/Oow/Settings/SettingsPage.php
@@ -23,7 +23,7 @@ public function __construct(array $options = array())
23
24
$options = array_merge(array(
25
'capability' => 'manage_options',
26
- 'sanitize_callback' => [$this, 'sanitize'],
+ 'sanitize_callback' => array($this, 'sanitize'),
27
'sections' => array(),
28
'fields' => array(),
29
'parent_slug' => 'options-general.php',
0 commit comments