@@ -34,6 +34,6 @@ |
||
34 | 34 | add_filter( 'get_the_archive_title', 'modify_archive_title', 10, 1 ); |
35 | 35 | |
36 | 36 | function modify_archive_title( $title ) { |
37 | - $title = "Forums"; |
|
38 | - return $title; |
|
37 | + $title = "Forums"; |
|
38 | + return $title; |
|
39 | 39 | } |