Make WordPress Core


Ignore:
Timestamp:
06/16/2015 08:00:15 PM (8 years ago)
Author:
wonderboymusic
Message:

if is a statment, not a function.

See #32444.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/default-constants.php

    r31056 r32800  
    1818    // set memory limits
    1919    if ( !defined('WP_MEMORY_LIMIT') ) {
    20         if( is_multisite() ) {
     20        if ( is_multisite() ) {
    2121            define('WP_MEMORY_LIMIT', '64M');
    2222        } else {
Note: See TracChangeset for help on using the changeset viewer.