Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#7122 closed defect (bug) (fixed)

Incoming Links bug for Google Blog Search

Reported by: synapsestudios's profile synapsestudios 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)

7122.r8071.diff (577 bytes) - added by hansengel 17 years ago.

Download all attachments as: .zip

Change History (3)

#1 @Otto42
17 years ago

  • Milestone changed from 2.7 to 2.6

+1. This looks like a holdover from when we were still using Technorati there.

#2 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(In [8097]) If only one incoming link, show it. Props synapsestudios and hansengel. fixes #7122

Note: See TracTickets for help on using tickets.