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:
Sergey Biryukov 2014-03-08 02:44:58 +00:00
parent 53c76ed168
commit ccebc9746a
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ foreach ( $popular_importers as $pop_importer => $pop_data ) {
if ( empty( $importers ) ) { if ( empty( $importers ) ) {
echo '<p>' . __('No importers are available.') . '</p>'; // TODO: make more helpful echo '<p>' . __('No importers are available.') . '</p>'; // TODO: make more helpful
} else { } else {
uasort( $importers, '_uasort_by_first_member' ); uasort( $importers, '_usort_by_first_member' );
?> ?>
<table class="widefat importers"> <table class="widefat importers">