Skip to content

Commit

Permalink
Small typo with the Display Name #1895
Browse files Browse the repository at this point in the history
  • Loading branch information
ojopaul committed Dec 10, 2024
1 parent 51fb1db commit 6fd4f94
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public static function getNameFields($fields, $post)
'sanitize' => 'sanitize_text_field',
'options' => [
'after_avatar' => esc_html__('After Avatar', 'publishpress-authors'),
'infront_of_avatar' => esc_html__('Infront of Avatar', 'publishpress-authors'),
'infront_of_avatar' => esc_html__('In front of Avatar', 'publishpress-authors'),
],
'tab' => 'name',
];
Expand Down

0 comments on commit 6fd4f94

Please sign in to comment.