Make WordPress Core


Ignore:
Timestamp:
05/18/2014 08:51:44 PM (10 years ago)
Author:
wonderboymusic
Message:

hackificator complains if you call include 'file.php' without the parens, needs to be include( 'file.php' )

See #27881.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/network.php

    r27604 r28479  
    154154        echo '<div class="error"><p><strong>' . __('ERROR:') . '</strong> ' . __( 'The constant DO_NOT_UPGRADE_GLOBAL_TABLES cannot be defined when creating a network.' ) . '</p></div>';
    155155        echo '</div>';
    156         include ( ABSPATH . 'wp-admin/admin-footer.php' );
     156        include( ABSPATH . 'wp-admin/admin-footer.php' );
    157157        die();
    158158    }
Note: See TracChangeset for help on using the changeset viewer.