Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove test code from AZ index
  • Loading branch information
Roy committed Feb 15, 2017
1 parent e3e2fa0 commit 004ac5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content-az.php
Expand Up @@ -41,7 +41,7 @@ $pattern = '#[A-Za-z|~`!@\#$%^&*()_+=|\\}\][{\'/;\-":?>.<]#';
}
$title = ucwords($pg->post_title);
$char = $title{0};
if($char == 'Z') echo $title;
//if($char == 'Z') echo $title;
if(!in_array($char, $letters) ){
array_push($letters, $char);
}
Expand Down

0 comments on commit 004ac5f

Please sign in to comment.