Opened 5 years ago
Closed 5 years ago
#7122 closed defect (bug) (fixed)
Incoming Links bug for Google Blog Search
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | 2.6 |
| Component: | General | Version: | 2.5.1 |
| Severity: | normal | Keywords: | dashboard, incoming links, google blog search |
| 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.