Ticket #45955: 45955.diff
File 45955.diff, 610 bytes (added by , 6 years ago) |
---|
-
wp-content/themes/twentynineteen/inc/template-functions.php
diff --git a/wp-content/themes/twentynineteen/inc/template-functions.php b/wp-content/themes/twentynineteen/inc/template-functions.php index 2dbd0c5..461ff7b 100644
a b function twentynineteen_get_the_archive_title() { 93 93 } 94 94 return $title; 95 95 } 96 add_filter( 'get_the_archive_title', 'twentynineteen_get_the_archive_title' );96 add_filter( 'get_the_archive_title', 'twentynineteen_get_the_archive_title', 1 ); 97 97 98 98 /** 99 99 * Determines if post thumbnail can be displayed.