mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-06-28 14:20:15 +00:00
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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user