Make WordPress Core

Changes between Initial Version and Version 9 of Ticket #23251


Ignore:
Timestamp:
02/02/2013 03:14:25 PM (13 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23251

    • Property Version changed from trunk to 2.5
    • Property Summary changed from Fixed bug where Wordpress tries to unnecessarily set the memory limit to WordPress tries to unnecessarily set the memory limit
    • Property Milestone changed from Awaiting Review to 3.6
  • Ticket #23251 – Description

    initial v9  
    1 Fixed bug where Wordpress tries to unnecessarily set the memory limit when a value like '2G' is used instead of '2048M'.
     1Fixed bug where !WordPress tries to unnecessarily set the memory limit when a value like '2G' is used instead of '2048M'.
    22
    33See bad code & good code over at Github, which is what you should be using for stuff like this; https://github.com/WordPress/WordPress/pull/26