Make empty links text a bit more informative.
git-svn-id: https://develop.svn.wordpress.org/trunk@7283 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
cb1aa603b4
commit
e328e272c6
@ -361,7 +361,7 @@ function wp_dashboard_incoming_links_output() {
|
||||
echo "</ul>\n";
|
||||
|
||||
} else {
|
||||
echo '<p>' . __('No incoming links found... yet.') . "</p>\n";
|
||||
echo '<p>' . __('This dashboard widget queries <a href="http://blogsearch.google.com/">Google Blog Search</a> so that when another blog links to your site it will show up here. They have found no incoming links found… yet. It’s okay — there is no rush.') . "</p>\n";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user