[CodeFactor] Apply fixes

This commit is contained in:
codefactor-io 2020-03-27 14:11:21 +00:00
parent d3e1c2580d
commit a8efd7d94b
23 changed files with 755 additions and 789 deletions

View file

@ -387,7 +387,7 @@ class MainWP_Keyword_Links {
return $content;
}
private function usort_callback_func( $a, $b) {
private function usort_callback_func( $a, $b ) {
return strlen($a) < strlen($b);
}