Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #57401, comment 2


Ignore:
Timestamp:
10/24/2023 02:29:07 PM (2 years ago)
Author:
rkyburz
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57401, comment 2

    initial v1  
    88}}}
    99
    10 The problem is that $elements['page']; can evaluate to 0, yielding an invalid negative index on line 330. I fixed this be replacing line 330 with
     10The problem is that $page_no can evaluate to 0, yielding an invalid negative index on line 330. I fixed this be replacing line 330 with
    1111
    1212{{{#!php