mirror of
https://github.com/mainwp/mainwp-child.git
synced 2025-09-06 09:20:28 +08:00
[CodeFactor] Apply fixes
This commit is contained in:
parent
d3e1c2580d
commit
a8efd7d94b
23 changed files with 755 additions and 789 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue