[wp-meta] [Making WordPress.org] #4413: Pagination components shouldn't link to 'page 1' state

Making WordPress.org noreply at wordpress.org
Mon May 27 05:18:08 UTC 2019


#4413: Pagination components shouldn't link to 'page 1' state
----------------------------+---------------------
 Reporter:  jonoaldersonwp  |       Owner:  (none)
     Type:  defect          |      Status:  new
 Priority:  low             |   Milestone:
Component:  Support Forums  |  Resolution:
 Keywords:  seo             |
----------------------------+---------------------

Comment (by dd32):

 Ultimately caused by WordPress's `paginate_links()` function returning
 `/page/1/` links, and bbPress doing a very bland attempt at working around
 this in
 https://bbpress.trac.wordpress.org/browser/branches/2.5/includes/topics/template.php?marks=409#L405
 by only replacing `/page/1/'` with `'`.. but core uses `"` for some links.

 This is fixed in bbPress 2.6 with bbp_paginate_links() I believe, which we
 should probably look at moving to instead.

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/4413#comment:1>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list