Created
November 3, 2011 01:46
-
-
Save chipbennett/1335545 to your computer and use it in GitHub Desktop.
WCTOR.childthemes.5b
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
function twentyeleven_posted_on() { | |
// Output definition goes here | |
$output = ''; | |
// Custom filter hook | |
return apply_filters( 'twentyeleven_posted_on', $output ); | |
} | |
?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment