Skip to content

Commit

Permalink
wp themefuncs
Browse files Browse the repository at this point in the history
  • Loading branch information
voitto committed Sep 7, 2009
1 parent 9228be7 commit 155a64a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/omb/plugins/wp.php
Expand Up @@ -2222,6 +2222,18 @@ function in_reply_to(&$the_post) {
return $text;
}

function automatic_feed_links() {

}
function is_singular() {
return true;
}
function body_class() {

}
function is_sticky() {
return false;
}



Expand Down

0 comments on commit 155a64a

Please sign in to comment.