Changeset 6108
- Timestamp:
- 09/13/2007 05:24:31 AM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
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');
Note: See TracChangeset
for help on using the changeset viewer.