Skip to:
Content

bbPress.org

Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#3077 closed defect (bug) (fixed)

Restore or replace "+" string portion for hidden topics/replies

Reported by: sergeybiryukov's profile SergeyBiryukov Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: General Keywords:
Cc:

Description

[6303] removed the + portion from (+ %d hidden) string.

The issue is that now it creates a false impression that the public count includes those hidden items (it does not).

The negative count is hopefully circumvented by [6302], so I think that portion should be restored. Another option is to replace it with "also" or "and" for clarity.

Change History (2)

#1 @johnjamesjacoby
7 years ago

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

In 6354:

Hidden: Revert part of r6303, and improve some surrounding code:

  • Tiny function-call optimizations
  • Use integers for _n() and formatted strings for output
  • Type casting, phpdoc, and code formatting improvements

Fixes #3077.

#2 @johnjamesjacoby
7 years ago

  • Milestone changed from Awaiting Review to 2.6
Note: See TracTickets for help on using tickets.