Skip to content

Commit 7a989ed

Browse files
remove static from function
1 parent 7fa3f09 commit 7a989ed

File tree

1 file changed

+1
-1
lines changed
  • src/plugins/global-settings/color-schemes

1 file changed

+1
-1
lines changed

src/plugins/global-settings/color-schemes/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public function register_color_schemes() {
122122
);
123123
}
124124

125-
public static function sanitize_array_setting( $input ) {
125+
public function sanitize_array_setting( $input ) {
126126
return ! is_array( $input ) ? array( array() ) : $input;
127127
}
128128

0 commit comments

Comments
 (0)