mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-04 17:20:07 +00:00
Plugins: Make the message displayed when no plugins are installed more concise.
Props johnjamesjacoby, Presskopp. Fixes #42336. git-svn-id: https://develop.svn.wordpress.org/trunk@47894 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -941,7 +941,7 @@
|
||||
$views.find( '.all' ).remove();
|
||||
|
||||
if ( ! $form.find( 'tr.no-items' ).length ) {
|
||||
$form.find( '#the-list' ).append( '<tr class="no-items"><td class="colspanchange" colspan="' + columnCount + '">' + __( 'You do not appear to have any plugins available at this time.' ) + '</td></tr>' );
|
||||
$form.find( '#the-list' ).append( '<tr class="no-items"><td class="colspanchange" colspan="' + columnCount + '">' + __( 'No plugins are currently available.' ) + '</td></tr>' );
|
||||
}
|
||||
}
|
||||
} );
|
||||
|
||||
Reference in New Issue
Block a user