[Plugin: Better Author Bio] Please Change 'Wrote'to 'Written'
-
I first want to thank you Arif nezami for offering us this easy to use plugin – Better Author Bio. It works like a charm.
If you look at it in action it says..
Scot Manaher has wrote 106 articles on this blog.
It should read Scot Manaher has written 106 articles on this blog. Written is past tense in English.
You can change this by editing the code on the following line…
<p class="better-author-bio-div-text"><?php echo esc_attr(sprintf(__ngettext('%s has wrote one article on this blog', '%s has written %d articles on this blog', $author['posts'], 'better-author-bio-div'), get_the_author_firstname().' '.get_the_author_lastname(), $author['posts'])); ?>.</p>
Thanks again for the great addon! Peace out!
https://www.ads-software.com/extend/plugins/better-author-bio/
- The topic ‘[Plugin: Better Author Bio] Please Change 'Wrote'to 'Written'’ is closed to new replies.