Support » Plugin: PhotoContest Plugin » Change text

Viewing 2 replies - 1 through 2 (of 2 total)
  • You’ll need to go into the wp-photocontest.class.php file and edit the code.

    It should start around line 373. You’ll want to edit just the text between the back ticks. So for example line 381 goes from:

    ‘$topmenu .= __(‘Post photos’, ‘wp-photocontest’);’

    to

    ‘$topmenu .= __(‘en Francais’, ‘wp-photocontest’);’

    Hope this helps!

    You’ll need to go into the wp-photocontest.class.php file and edit the code.

    It should start around line 373. You’ll want to edit just the text between the back ticks. So for example line 381 goes from:

    '$topmenu .= __(‘Post photos’, ‘wp-photocontest’);'

    to

    '$topmenu .= __(‘en Francais’, ‘wp-photocontest’);'

    Hope this helps!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Change text’ is closed to new replies.