Title: Warning Received
Last modified: August 30, 2016

---

# Warning Received

 *  Resolved [silverbluemoon](https://wordpress.org/support/users/silverbluemoon/)
 * (@silverbluemoon)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/warning-received/)
 * Hi there. So I got a strange error upon migrating my site to a local development
   environment. I’m hoping you can help me with it:
 * `Warning: Missing argument 2 for WP_Revision_List_Table::the_title() in [directory]
   on line 76`
 * Any ideas what could be causing it?
 * [https://wordpress.org/plugins/wp-revision-list/](https://wordpress.org/plugins/wp-revision-list/)

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

 *  Plugin Author [Pete Nelson](https://wordpress.org/support/users/gungeekatx/)
 * (@gungeekatx)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/warning-received/#post-6653483)
 * Not entirely sure why it would do that. The ‘the_title’ filter in WordPress core
   passes two parameters: [the post title and the post ID](https://codex.wordpress.org/Plugin_API/Filter_Reference/the_title).
   Perhaps there is another plugin on your local site calling the same filter but
   only passing one parameter. I’d love to see a list of plugins on your local site
   if it’s not too many. I might be able to track down the plugin that’s calling
   the filter without the second parameter.
 * That being said, the code in WP Revision List is not using the second parameter,
   so I can update the plugin to not require the second parameter ([this is where it’s happening](https://github.com/petenelson/wp-revision-list/blob/master/includes/class-wp-revision-list-table.php#L76))
   and it would get rid of the warning.
 *  [lemonbars](https://wordpress.org/support/users/lemonbars/)
 * (@lemonbars)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/warning-received/#post-6653748)
 * That would be awesome. And yes I can get you a list of my plugins. You just want
   me to list them here?
 *  Plugin Author [Pete Nelson](https://wordpress.org/support/users/gungeekatx/)
 * (@gungeekatx)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/warning-received/#post-6653749)
 * Sure, or you can e-mail them to me at [pete@petenelson.com](https://wordpress.org/support/topic/warning-received/pete@petenelson.com?output_format=md)
 *  Plugin Author [Pete Nelson](https://wordpress.org/support/users/gungeekatx/)
 * (@gungeekatx)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/warning-received/#post-6653789)
 * I’ve pushed out a new version which should fix the warning.
 *  Plugin Author [Pete Nelson](https://wordpress.org/support/users/gungeekatx/)
 * (@gungeekatx)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/warning-received/#post-6653824)
 * Closing ticket

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

The topic ‘Warning Received’ is closed to new replies.

 * ![](https://ps.w.org/wp-revision-list/assets/icon-128x128.png?rev=1133868)
 * [WP Revision List](https://wordpress.org/plugins/wp-revision-list/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-revision-list/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-revision-list/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-revision-list/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-revision-list/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-revision-list/reviews/)

 * 5 replies
 * 3 participants
 * Last reply from: [Pete Nelson](https://wordpress.org/support/users/gungeekatx/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/warning-received/#post-6653824)
 * Status: resolved