[wp-trac] [WordPress Trac] #62972: Fatal error in twentyfourteen_paging_nav()

WordPress Trac noreply at wordpress.org
Thu Feb 20 23:30:44 UTC 2025


#62972: Fatal error in twentyfourteen_paging_nav()
---------------------------+-----------------------
 Reporter:  takayukister   |       Owner:  audrasjb
     Type:  defect (bug)   |      Status:  closed
 Priority:  normal         |   Milestone:  6.8
Component:  Bundled Theme  |     Version:
 Severity:  normal         |  Resolution:  fixed
 Keywords:                 |     Focuses:
---------------------------+-----------------------
Changes (by audrasjb):

 * status:  reviewing => closed
 * resolution:   => fixed


Comment:

 In [changeset:"59851" 59851]:
 {{{
 #!CommitTicketReference repository="" revision="59851"
 Bundled Themes: Prevent a fatal error occurring with Twenty Fourteen
 paginated navigation.

 This changeset replaces `array_map( 'urlencode', $query_args )` with
 `urlencode_deep( $query_args )` in `twentyfourteen_paging_nav()` to
 prevent a fatal error when an array is provided in the query vars.

 Props takayukister, pratiklondhe, rinkalpagdar.
 Fixes #62972.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/62972#comment:9>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list