Make WordPress Core

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


Ignore:
Timestamp:
06/02/2011 01:33:58 AM (14 years ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #17654, comment 1

    initial v1  
    33For a start, That's wrong. It should be:
    44
    5 `define('WP_POST_REVISIONS', false);` (no quotes around the boolean value, It's currently treating that as a true value.
     5`define('WP_POST_REVISIONS', false);` (no quotes around the boolean value, It's currently treating that as a true value.)