Skip to content

Commit

Permalink
Added missing namespace declaration to template tags file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rarst committed Jan 10, 2014
1 parent 6fb045e commit 52ef0f4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions template-tags.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<?php

namespace DevHub;

function wp_doc_comment( $comment, $args, $depth ) {
?>
<li <?php comment_class(); ?> id="li-comment-<?php comment_ID(); ?>">
Expand Down

0 comments on commit 52ef0f4

Please sign in to comment.