Skip to content

Commit

Permalink
Merge pull request #1944 from publishpress/fix/#1895-Small-typo-with-…
Browse files Browse the repository at this point in the history
…the-Display-Name

fix/#1895-Small-typo-with-the-Display-Name
  • Loading branch information
ojopaul authored Dec 10, 2024
2 parents 51fb1db + 6fd4f94 commit 962500e
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 962500e

Please sign in to comment.