• H3llsp4wn

    (@h3llsp4wn)


    Since I am mostly using Shift + # as an apostrophe and the plugin doesn’t seem to support this character (it only supports the _real_ apostrophe), I’ve made some small changes to reflect my usage and add support for it.

    If you’ve been experiencing problems with cardnames like “Blue Sun’s Zenith”, this changes will most likely help you.

    mtg_helper_cardfinder.php – line 15
    Replace “’” with array(“’“, “‘”)

    mtg_helper_parser.php – line 681 & 684
    Replace each (6) ’ with (\’|’)

    https://wordpress.org/plugins/wp-mtg-helper/

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

    (@h3llsp4wn)

    Okay, even inside the code-tags ’ is automatically changed to the corresponding character ’, so you’ll have to edit the occurences above to the HTML-Code.

Viewing 1 replies (of 1 total)
  • The topic ‘Apostrophe fix’ is closed to new replies.