WordPress.org

Make WordPress Core

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

Timestamp:
06/02/11 01:33:58 (2 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.)