removing some additional full stops missed in the first pass.

fixes #44
This commit is contained in:
Tom McFarlin 2013-05-11 18:02:03 -04:00
parent 509dd94b50
commit 05f2ef9ee4
1 changed files with 2 additions and 2 deletions

View File

@ -299,10 +299,10 @@ class PluginName {
* @since 1.0.0
*/
public function filter_method_name() {
// TODO:....Define your filter method here
// TODO: Define your filter method here
}
}
// TODO:....Update the instantiation call of your plugin to the name given at the class definition
// TODO: Update the instantiation call of your plugin to the name given at the class definition
PluginName::get_instance();