Make WordPress Core

Changeset 2095 for trunk/wp-settings.php


Ignore:
Timestamp:
01/15/2005 12:09:25 AM (21 years ago)
Author:
rboren
Message:

Do not include admin-functions from ugrade-functions to avoid circular dependency. Move wp-l10n higher up in the wp-settings include chain. Bug 627.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r1980 r2095  
    6565$wpdb->show_errors();
    6666
     67require_once (ABSPATH . WPINC . '/wp-l10n.php');
     68
    6769require (ABSPATH . WPINC . '/functions-formatting.php');
    6870require (ABSPATH . WPINC . '/functions-post.php');
     
    7173require (ABSPATH . WPINC . '/links.php');
    7274require (ABSPATH . WPINC . '/kses.php');
    73 
    74 require_once (ABSPATH . WPINC . '/wp-l10n.php');
    7575
    7676if (!strstr($_SERVER['PHP_SELF'], 'install.php') && !strstr($_SERVER['PHP_SELF'], 'wp-admin/import')) :
Note: See TracChangeset for help on using the changeset viewer.