mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 22:30:04 +00:00
Typo fixes from mdawaffe. fixes #3474
git-svn-id: https://develop.svn.wordpress.org/trunk@4664 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -79,7 +79,7 @@ $plugins = get_plugins();
|
||||
|
||||
if (empty($plugins)) {
|
||||
echo '<p>';
|
||||
_e("Couldn&8217;t open plugins directory or there are no plugins available."); // TODO: make more helpful
|
||||
_e("Couldn’t open plugins directory or there are no plugins available."); // TODO: make more helpful
|
||||
echo '</p>';
|
||||
} else {
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user