Changeset 27056 for trunk/src/wp-includes/functions.php
- Timestamp:
- 01/29/2014 05:27:24 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r26926 r27056 2794 2794 global $wpdb; 2795 2795 2796 wp_load_translations_early(); 2797 2796 2798 // Load custom DB error template, if present. 2797 2799 if ( file_exists( WP_CONTENT_DIR . '/db-error.php' ) ) { … … 2808 2810 nocache_headers(); 2809 2811 header( 'Content-Type: text/html; charset=utf-8' ); 2810 2811 wp_load_translations_early();2812 2812 ?> 2813 2813 <!DOCTYPE html>
Note: See TracChangeset
for help on using the changeset viewer.