Make WordPress Core

Changeset 6108


Ignore:
Timestamp:
09/13/2007 05:24:31 AM (17 years ago)
Author:
markjaquith
Message:

De-rabbit-hole compat.php

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/functions.php

    r6107 r6108  
    11<?php
    2 
    3 require_once(dirname(__FILE__).'/compat.php');
    42
    53function mysql2date($dateformatstring, $mysqlstring, $translate = true) {
  • trunk/wp-settings.php

    r6058 r6108  
    152152wp_cache_init();
    153153
     154require (ABSPATH . WPINC . '/compat.php');
    154155require (ABSPATH . WPINC . '/functions.php');
     156
    155157require (ABSPATH . WPINC . '/classes.php');
    156158require (ABSPATH . WPINC . '/plugin.php');
Note: See TracChangeset for help on using the changeset viewer.