diff --git a/wp-admin/includes/dashboard.php b/wp-admin/includes/dashboard.php index 6b5468b456..598597f457 100644 --- a/wp-admin/includes/dashboard.php +++ b/wp-admin/includes/dashboard.php @@ -361,7 +361,7 @@ function wp_dashboard_incoming_links_output() { echo "\n"; } else { - echo '

' . __('This dashboard widget queries Google Blog Search 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.') . "

\n"; + echo '

' . __('This dashboard widget queries Google Blog Search so that when another blog links to your site it will show up here. They have found no incoming links… yet. It’s okay — there is no rush.') . "

\n"; } }