• Hi guys,

    Hope you can help me change this very small issue with the Leaguemanager plugin.
    Within the widget the plugin displays ‘Next Match’ but i want it to say ‘Next League Match’ instead. Anyone know where i can change this. I have done a search and replace on the plugin files but it doesnt seem to work.

    Thanks in advance.

    Steven

Viewing 1 replies (of 1 total)
  • go into

    Leaguemanager then lib and open

    widget.php

    search for this string

    $out .= “<h4>$prev_link”.__( ‘Next Match’, ‘leaguemanager’ ).”$next_link</h4>”;

    change to

    $out .= “<h4>$prev_link”.__( ‘Next League Match’, ‘leaguemanager’ ).”$next_link</h4>”;

    save and done

    example

    https://superfootballleague.bloggzor.com/

Viewing 1 replies (of 1 total)
  • The topic ‘League Manager Plugin (small Change)’ is closed to new replies.