Make WordPress Core

Ticket #6274: 6274.diff

File 6274.diff, 843 bytes (added by MtDewVirus, 16 years ago)
  • wp-admin/includes/dashboard.php

     
    361361                echo "</ul>\n";
    362362
    363363        } else {
    364                 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&hellip; yet. It&#8217;s okay &#8212; there is no rush.') . "</p>\n";
     364                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&hellip; yet. It&#8217;s okay &#8212; there is no rush.') . "</p>\n";
    365365        }
    366366}
    367367