Fix theme name collicision.

This commit is contained in:
Frank419
2024-08-20 07:54:14 +08:00
parent 942a4c151f
commit a251c77096
6 changed files with 103 additions and 1326 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ if( is_home() ) {
<?php
printf(
/* translators: %s: Link to theme author website. */
__( 'Theme <a href="%s">minimalistflex</a>.', 'minimalistflex' ),
__( 'Theme <a href="%s">MinimalistFlex</a>.', 'minimalistflex' ),
esc_url( 'https://onmyodev.com/' )
)
?>