Update author.php

This commit is contained in:
Tetrakern 2023-06-12 13:01:32 +02:00
parent cbb2bda7a1
commit 40bbe4b679

View File

@ -237,9 +237,9 @@ $tabs[ $current_tab ]['classes'][] = '_current';
'post_id' => null,
'template' => 'author.php',
'breadcrumbs' => array(
[ fcntr( 'frontpage' ), get_home_url() ],
[ __( 'Author', 'fictioneer' ), null ],
[ $author->display_name, null ]
[fcntr( 'frontpage' ), get_home_url()],
[__( 'Author', 'fictioneer' ), null],
[$author->display_name, null]
)
);