Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #32075, comment 31


Ignore:
Timestamp:
07/08/2016 05:52:17 AM (9 years ago)
Author:
jrf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32075, comment 31

    v1 v2  
    1313[Edit]
    1414Oh and one more thing: the return value can actually be set with more precision as we can check whether the `ini_set()` succeeded.
    15 That way false is returned if nothing was change and the new limit which was set will be returned if all is well.
     15That way `false` is returned if nothing was changed and the new limit which was set will be returned if all is well.