From 004ac5f90bf8bfa13832407f92325a3539bc09be Mon Sep 17 00:00:00 2001 From: Roy Date: Wed, 15 Feb 2017 14:15:47 -0500 Subject: [PATCH] Remove test code from AZ index --- content-az.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content-az.php b/content-az.php index 6206387..5e3da37 100644 --- a/content-az.php +++ b/content-az.php @@ -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); }