Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#37952 closed defect (bug) (fixed)

Wrong context for Previous/Next strings in get_the_posts_pagination

Reported by: FlorianBrinkmann Owned by: SergeyBiryukov
Priority: normal Milestone: 4.7
Component: I18N Version: 4.7
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

The current contexts for the Previous and Next strings in get_the_posts_pagination() are previous post and next post. But that sounds like it is a link to one post, not to a set of posts. So I would suggest to change the contexts into previous set of posts and next set of posts or something like that.

Attachments (1)

37952.diff (682 bytes ) - added by FlorianBrinkmann 10 years ago.
Changes the contexts to "previous set of posts" and "next set of posts"

Download all attachments as: .zip

Change History (4)

@FlorianBrinkmann
10 years ago

Changes the contexts to "previous set of posts" and "next set of posts"

#1 @FlorianBrinkmann
10 years ago

  • Keywords has-patch added

#2 @SergeyBiryukov
10 years ago

  • Component GeneralI18N
  • Milestone Awaiting Review4.7
  • Owner set to SergeyBiryukov
  • Status newreviewing

#3 @SergeyBiryukov
10 years ago

  • Resolutionfixed
  • Status reviewingclosed

In 38611:

I18N: Correct context for Next/Previous strings in get_the_posts_pagination().

Props FlorianBrinkmann.
Fixes #37952.

Note: See TracTickets for help on using tickets.