From de3986efcb52948d7774d908845095d5afb6ed59 Mon Sep 17 00:00:00 2001 From: manfromhuh Date: Tue, 5 Jul 2022 14:45:16 -0400 Subject: [PATCH] Add comments to page_menu.php --- common/page_menu.php | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/common/page_menu.php b/common/page_menu.php index ce207b5..bd5f5c1 100644 --- a/common/page_menu.php +++ b/common/page_menu.php @@ -4,6 +4,7 @@
  • $link_title
  • \n"); + $link_title = ucwords($link_title);//Set the first letter of each word to upercase. + $link_title = get_month_name($link_title);// + $link_title = remove_sorting_number($link_title);//Removes the number used to keep articles in post order from the displayed title. + echo("\n");//Output the result. } } else {