Use correct function name. see [27374].
props lpointet. see #14424. git-svn-id: https://develop.svn.wordpress.org/trunk@27465 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
53c76ed168
commit
ccebc9746a
@ -74,7 +74,7 @@ foreach ( $popular_importers as $pop_importer => $pop_data ) {
|
||||
if ( empty( $importers ) ) {
|
||||
echo '<p>' . __('No importers are available.') . '</p>'; // TODO: make more helpful
|
||||
} else {
|
||||
uasort( $importers, '_uasort_by_first_member' );
|
||||
uasort( $importers, '_usort_by_first_member' );
|
||||
?>
|
||||
<table class="widefat importers">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user