Skip to content

Instantly share code, notes, and snippets.

@chipbennett
Created November 3, 2011 01:46
Show Gist options
  • Save chipbennett/1335545 to your computer and use it in GitHub Desktop.
Save chipbennett/1335545 to your computer and use it in GitHub Desktop.
WCTOR.childthemes.5b
<?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