Changeset 6108
- Timestamp:
- 09/13/07 05:24:31 (1 year ago)
- Files:
-
- trunk/wp-includes/functions.php (modified) (1 diff)
- trunk/wp-settings.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/wp-includes/functions.php
r6107 r6108 1 1 <?php 2 3 require_once(dirname(__FILE__).'/compat.php');4 2 5 3 function mysql2date($dateformatstring, $mysqlstring, $translate = true) { trunk/wp-settings.php
r6058 r6108 152 152 wp_cache_init(); 153 153 154 require (ABSPATH . WPINC . '/compat.php'); 154 155 require (ABSPATH . WPINC . '/functions.php'); 156 155 157 require (ABSPATH . WPINC . '/classes.php'); 156 158 require (ABSPATH . WPINC . '/plugin.php');
