• The plugin uses wp_title(), specifying only the first argument. In WP core, it specifies 3 arguments. Plugins such as BuddyPress that filter wp_title expect 3 arguments, because that’s how it is used in core. We occasionally see people reporting this problem on the BuddyPress.org forums, and most times it is caused by Polldaddy.

    Patch on pastebin http://pastebin.com/nsmwSxZ4, and just adds empty strings for the missing two arguments, so it won’t cause any regressions in the Polldaddy plugin.

    http://wordpress.org/extend/plugins/polldaddy/

Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘[Plugin: Polldaddy Polls & Ratings] wp_title() missing arguments’ is closed to new replies.