Viewing 1 replies (of 1 total)
  • Thread Starter Harty

    (@harty)

    Resolved this by opening the Plugin’s PHP file: fergcorp_countdownTimer.php

    And changing echo “fergcorp_countdownTimer_js_language[‘ago’] = ‘”.addslashes(__(‘%sago’, ‘fergcorp_countdownTimer’)).”‘;\n”;

    to
    echo “fergcorp_countdownTimer_js_language[‘ago’] = ‘”.addslashes(__(‘%s’, ‘fergcorp_countdownTimer’)).”‘;\n”;

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Countdown Timer] How to remove the word 'ago'?’ is closed to new replies.