Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author SpeakOut!

    (@123host)

    Sure can. But the problem is where do I stop? Professor? Reverend? Sister?

    I will add Dr. in the next version. I have no idea how it translates to other than English though ??

    Plugin Author SpeakOut!

    (@123host)

    If you would like to make it happen now:

    /wp-content/plugins/speakout/includes/emailpetition.php

    Line 90

    Below
    <option value="' . __( 'Miss', 'speakout' ) . '">' . __( 'Miss', 'speakout' ) . '</option>
    add the line
    <option value="' . __( 'Dr.', 'speakout' ) . '">' . __( 'Dr.', 'speakout' ) . '</option>

    Thread Starter jimkcombs3

    (@jimkcombs3)

    Thanks, added the code and it works perfect.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Honorific Dr.’ is closed to new replies.