Make WordPress Core

Changeset 3851 for trunk/wp-settings.php


Ignore:
Timestamp:
06/07/2006 11:17:59 PM (19 years ago)
Author:
ryan
Message:

Reworg post/page/attachment functions. #2525

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-settings.php

    r3845 r3851  
    125125
    126126require (ABSPATH . WPINC . '/functions-formatting.php');
    127 require (ABSPATH . WPINC . '/functions-post.php');
    128127require (ABSPATH . WPINC . '/capabilities.php');
    129128require (ABSPATH . WPINC . '/classes.php');
     
    133132require (ABSPATH . WPINC . '/template-functions-links.php');
    134133require (ABSPATH . WPINC . '/template-functions-author.php');
    135 require (ABSPATH . WPINC . '/template-functions-post.php');
     134require (ABSPATH . WPINC . '/post.php');
     135require (ABSPATH . WPINC . '/post-template.php');
    136136require (ABSPATH . WPINC . '/category.php');
    137137require (ABSPATH . WPINC . '/category-template.php');
Note: See TracChangeset for help on using the changeset viewer.