Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #41819, comment 1


Ignore:
Timestamp:
09/06/2017 06:39:21 PM (8 years ago)
Author:
birgire
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #41819, comment 1

    initial v1  
    88using {{{get_site_by()}}} and {{{get_network_by()}}}. I will have to look better into that, if that's ok.
    99
    10 This patch also takes care of a previous problem with {{{paged}}} as 0, where the previous generated SQL query would contain a negative start value in the LIMIT clause.  When it's 0 it's treated as the default value of 1.
     10This patch also takes care of {{{paged}}} as 0, to avoid a negative start value in the LIMIT clause. 
     11
     12When it's 0 it's treated as the default value of 1.