Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
jmr06005 committed Feb 15, 2018
1 parent fa6ca78 commit a847450
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions.php
Expand Up @@ -297,7 +297,7 @@ function uc_redirect_403() {

add_action( 'template_redirect', 'uc_redirect_403' );

//Add titme tag if theme doesn't have title-tag theme support
//Add title tag if theme doesn't have title-tag theme support
if ( ! function_exists( '_wp_render_title_tag' ) ) {
function theme_slug_render_title() {
?>
Expand Down

0 comments on commit a847450

Please sign in to comment.