Make WordPress Core


Ignore:
Timestamp:
01/04/2013 10:13:51 AM (12 years ago)
Author:
westi
Message:

Tighten our braces. Fixes #23118 props evansolomon.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r22817 r23265  
    2424
    2525// Set initial default constants including WP_MEMORY_LIMIT, WP_MAX_MEMORY_LIMIT, WP_DEBUG, WP_CONTENT_DIR and WP_CACHE.
    26 wp_initial_constants( );
     26wp_initial_constants();
    2727
    2828// Check for the required PHP version and for the MySQL extension or a database drop-in.
     
    153153// Define constants that rely on the API to obtain the default value.
    154154// Define must-use plugin directory constants, which may be overridden in the sunrise.php drop-in.
    155 wp_plugin_directory_constants( );
     155wp_plugin_directory_constants();
    156156
    157157// Load must-use plugins.
     
    175175
    176176// Define constants after multisite is loaded. Cookie-related constants may be overridden in ms_network_cookies().
    177 wp_cookie_constants( );
     177wp_cookie_constants();
    178178
    179179// Define and enforce our SSL constants
    180 wp_ssl_constants( );
     180wp_ssl_constants();
    181181
    182182// Create common globals.
     
    210210
    211211// Define constants which affect functionality if not already defined.
    212 wp_functionality_constants( );
     212wp_functionality_constants();
    213213
    214214// Add magic quotes and set up $_REQUEST ( $_GET + $_POST )
Note: See TracChangeset for help on using the changeset viewer.