Make WordPress Core

Changeset 3714 for trunk/wp-settings.php


Ignore:
Timestamp:
04/19/2006 02:32:12 AM (20 years ago)
Author:
ryan
Message:

Reorg comment functions. #2525

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r3711 r3714  
    110110        require (ABSPATH . WPINC . '/cache.php');
    111111
    112 // To disable persistant caching, add the below line to your wp-config.php file, uncommented of course.
    113 // define('DISABLE_CACHE', true);
    114 
    115112wp_cache_init();
    116113
     
    126123        die(sprintf(__("It doesn't look like you've installed WP yet. Try running <a href='%s'>install.php</a>."), $link));
    127124}
    128 $wpdb->show_errors();
    129125
    130126require (ABSPATH . WPINC . '/functions-formatting.php');
     
    139135require (ABSPATH . WPINC . '/template-functions-post.php');
    140136require (ABSPATH . WPINC . '/template-functions-category.php');
    141 require (ABSPATH . WPINC . '/comment-functions.php');
     137require (ABSPATH . WPINC . '/comment.php');
     138require (ABSPATH . WPINC . '/comment-template.php');
    142139require (ABSPATH . WPINC . '/rewrite.php');
    143140require (ABSPATH . WPINC . '/feed-functions.php');
Note: See TracChangeset for help on using the changeset viewer.