mirror of
https://github.com/WordPress/WordPress.git
synced 2025-03-09 07:00:01 +00:00
Use correct function name. see [27374].
props lpointet. see #14424. Built from https://develop.svn.wordpress.org/trunk@27465 git-svn-id: http://core.svn.wordpress.org/trunk@27310 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
c3212baa4d
commit
d191483c4f
@ -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…
x
Reference in New Issue
Block a user