Comment feed fixes from David House. fixes #2570

git-svn-id: https://develop.svn.wordpress.org/trunk@3644 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2006-03-17 01:16:22 +00:00
parent 204501c750
commit eab1586158
3 changed files with 12 additions and 6 deletions

View File

@@ -15,6 +15,10 @@ function the_ID() {
echo $id;
}
function get_the_ID() {
global $id;
return $id;
}
function the_title($before = '', $after = '', $echo = true) {
$title = get_the_title();