Opened 17 years ago
Closed 17 years ago
#7122 closed defect (bug) (fixed)
Incoming Links bug for Google Blog Search
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5.1 |
Component: | General | Keywords: | dashboard, incoming links, google blog search |
Focuses: | Cc: |
Description
Problem:
When using the Google blog search the "1" in the following conditional should be "0". When you only have 1 incoming link from Google it will tell you, incorrectly, that you have none.
File:
wp-admin/includes/dashboard.php
Line:
316
if ( isset($rss->items) && 1 < count($rss->items) ) {// Technorati returns a 1-item feed when it has no results
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
+1. This looks like a holdover from when we were still using Technorati there.