Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Quick fix for just categories on a single page
  • Loading branch information
bcd04001 committed Jul 15, 2016
1 parent 3d046d9 commit fb3f810
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-single.php
Expand Up @@ -85,7 +85,7 @@
if ( '' != $tag_list ) {
$meta_text = __( '<div class="col-sm-2">Categories:</div><div class="col-sm-10"> %1$s</div> <div class="col-sm-2">Tags:</div><div class="col-sm-10"> %2$s</div>', 'cs' );
} else {
$meta_text = __( 'Categories: %1$s.', 'cs' );
$meta_text = __( '<div class="col-sm-2">Categories:</div><div class="col-sm-10"> %1$s.</div', 'cs' );
}

} // end check for categories on this blog
Expand Down

0 comments on commit fb3f810

Please sign in to comment.