Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Update: This bug seems to have been fixed in WordPress 2.9

    Update: The problem has to do with how WordPress itself stores the Blog title in its database. It runs attribute_escape() on the value before it inserts it into the database. I think this is a mistake as from this point on the apostrophe is replaced with #039; in the database.

    One solution is to manually edit the wp_options table’s blogname entry and replace the #039; with the ‘. This seems to fix it and doesn’t seem to break anything, however I haven’t done extensive testing on it but it seems to work for me.

    I have also ran into the same issue with another plugin, Subscribe to comments, that one requires the modification of the source code as it sotres the value correctly but runs it through attribute_escape() upon retrieval from the database.

    magic_quotes are turned off in php on my server.
    The filter fix is for theme related issues which is not what this is. This is an e-mail issue.

    I can’t figure it out for the life of my myself. It just looks so unprofessional.

    If anyone has a solution that’d be great.

Viewing 3 replies - 1 through 3 (of 3 total)