pastebin
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
pastebin
Follow @pastebin
create new paste
trending pastes
sign up
login
my settings
my profile
My Pastes
Public Pastes
Wolves vs West Brom liv...
14 sec ago
Untitled
2 sec ago
Untitled
3 sec ago
COPYING!!!
8 sec ago
Untitled
9 sec ago
Uploading.com Premium A...
19 sec ago
Kendin için yaşa
19 sec ago
Untitled
22 sec ago
Layout Width
Share Pastebin
Nicki
By: a guest | Dec 15th, 2008 | Syntax:
None
| Size: 0.22 KB | Hits: 188 | Expires: Never
Download
|
Raw
|
Embed
|
Report abuse
add_filter('comments_template', 'legacy_comments');
function legacy_comments($file) {
if(!function_exists('wp_list_comments')) : // WP 2.7-only check
$file = TEMPLATEPATH . '/legacy.comments.php';
endif;
return $file;
}
create new paste
|
create new version of this paste
RAW Paste Data
add_filter('comments_template', 'legacy_comments'); function legacy_comments($file) { if(!function_exists('wp_list_comments')) : // WP 2.7-only check $file = TEMPLATEPATH . '/legacy.comments.php'; endif; return $file; }