Changeset 15433 for trunk/wp-includes/comment-template.php
- Timestamp:
- 07/16/2010 09:40:09 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-includes/comment-template.php
r15363 r15433 921 921 require( TEMPLATEPATH . $file ); 922 922 else // Backward compat code will be removed in a future release 923 require( WPINC . '/theme-compat/comments.php');923 require( ABSPATH . WPINC . '/theme-compat/comments.php'); 924 924 } 925 925
Note: See TracChangeset
for help on using the changeset viewer.