mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 11:53:53 +02:00
fixing some whitespace
This commit is contained in:
parent
2b62a4e20a
commit
268525dbbb
1 changed files with 1 additions and 1 deletions
|
@ -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' ) );
|
||||
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue