Make WordPress Core

Opened 15 years ago

Closed 15 years ago

#11340 closed defect (bug) (fixed)

Link From Tags Admin to Posts Admin Missing When Count == 0

Reported by: miqrogroove's profile miqrogroove Owned by:
Milestone: 3.0 Priority: normal
Severity: normal Version: 2.8.4
Component: Administration Keywords: has-patch tested
Focuses: Cc:

Description

Steps to reproduce:

  1. Create a new post with 2 new tags in it, and save it as a Draft.
  1. Create another new post with one of the 2 tags in it, and publish it.
  1. Go to wp-admin/edit-tags.php?taxonomy=post_tag

Expected Result: The posts list for each tag should be linked in the Posts count column :)

Actual Result: Only the tag that has been published is linked (and the link reveals both posts, not just the published one). The other is not linked.

Attachments (1)

11340.patch (595 bytes) - added by miqrogroove 15 years ago.
Always show post links from tag rows

Download all attachments as: .zip

Change History (5)

#1 @janeforshort
15 years ago

  • Milestone changed from 2.9 to Future Release

We are getting ready to branch, so this is being removed from the 2.9 milestone.

@miqrogroove
15 years ago

Always show post links from tag rows

#2 @miqrogroove
15 years ago

  • Keywords has-patch added
  • Milestone changed from Future Release to 3.0

#3 @miqrogroove
15 years ago

  • Keywords tested added

... Also works for finding scheduled posts, not just drafts.

#4 @dd32
15 years ago

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

(In [13282]) Link to Posts page on Taxonomy Administration page even for Count == 0. Count does not include Drafts/Scheduled posts, only "published" posts. Props miqrogroove. Fixes #11340

Note: See TracTickets for help on using tickets.