Title: [Plugin: WP-Polls] PHP Warning
Last modified: August 19, 2016

---

# [Plugin: WP-Polls] PHP Warning

 *  [charlie_hun](https://wordpress.org/support/users/charlie_hun/)
 * (@charlie_hun)
 * [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-polls-php-warning/)
 * Hello!
 * If I uninstall the WP-Polls plugins (Uninstall WP-Polls option), php says this
   in the PHP error log:
    `PHP Warning: printf(): Too few arguments in /wp-content/
   plugins/wp-polls/polls-uninstall.php on line 59`
 * This is the code in polls-uninstall.php at line 59:
    `printf(__('Error deleting
   Setting Key \'%s\' or Setting Key \'%s\' does not exist.', 'wp-polls'), "<strong
   ><em>{$setting}</em></strong>");`
 * In printf i see two %s, but only one arguments. If i modify to this:
    `printf(
   __('Error deleting Setting Key \'%s\' or Setting Key \'%s\' does not exist.','
   wp-polls'), "<strong><em>{$setting}</em></strong>", "<strong><em>{$setting}</
   em></strong>");`

The topic ‘[Plugin: WP-Polls] PHP Warning’ is closed to new replies.

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)

 * 0 replies
 * 1 participant
 * Last reply from: [charlie_hun](https://wordpress.org/support/users/charlie_hun/)
 * Last activity: [16 years, 4 months ago](https://wordpress.org/support/topic/plugin-wp-polls-php-warning/)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
