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

Remove test code from AZ index #152

Merged
merged 1 commit into from Feb 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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