fixing some whitespace

This commit is contained in:
Tom McFarlin 2013-05-13 08:45:22 -04:00
parent 2b62a4e20a
commit 268525dbbb
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ class PluginName {
* http://codex.wordpress.org/Plugin_API#Hooks.2C_Actions_and_Filters
*/
add_action( 'TODO', array( $this, 'action_method_name' ) );
add_filter(' TODO', array( $this, 'filter_method_name' ) );
add_filter( 'TODO', array( $this, 'filter_method_name' ) );
}