Skip to content

Commit

Permalink
Fixing Strict Standard notice in dev mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Philip John committed Feb 6, 2014
1 parent 0ce22d7 commit a184ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion class.widget.php
Expand Up @@ -200,7 +200,7 @@ function get_facetious_field_name( $field_name ) {
*
* @author John Blackbourn
**/
function register() {
public static function register() {
register_widget( get_class() );
}

Expand Down

0 comments on commit a184ac0

Please sign in to comment.