mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 20:24:26 +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:
@@ -384,7 +384,7 @@ class WP_Plugins_List_Table extends WP_List_Table {
|
||||
} elseif ( ! empty( $plugins['all'] ) ) {
|
||||
_e( 'No plugins found.' );
|
||||
} else {
|
||||
_e( 'You do not appear to have any plugins available at this time.' );
|
||||
_e( 'No plugins are currently available.' );
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user