Changeset 3320601
- Timestamp:
- 07/01/2025 12:00:11 PM (9 months ago)
- Location:
- all-404-redirect-to-homepage
- Files:
-
- 2 edited
-
tags/5.2/functions.php (modified) (1 diff)
-
trunk/functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
all-404-redirect-to-homepage/tags/5.2/functions.php
r3320594 r3320601 1091 1091 { 1092 1092 $site_name = get_bloginfo('name'); 1093 $period_text = ucfirst(string: $period); 1093 //$period_text = ucfirst(string: $period); 1094 $period_text = ucfirst($period); 1095 1094 1096 1095 1097 -
all-404-redirect-to-homepage/trunk/functions.php
r3320594 r3320601 1091 1091 { 1092 1092 $site_name = get_bloginfo('name'); 1093 $period_text = ucfirst(string: $period); 1093 //$period_text = ucfirst(string: $period); 1094 $period_text = ucfirst($period); 1094 1095 1095 1096
Note: See TracChangeset
for help on using the changeset viewer.