diff --git a/class.wp-help-pointers.php b/class.wp-help-pointers.php index 1ea255c..f2a57b1 100644 --- a/class.wp-help-pointers.php +++ b/class.wp-help-pointers.php @@ -29,7 +29,7 @@ * * * @package WP_Help_Pointer - * @version 0.1 + * @version 0.2 * @author Tim Debo * @copyright Copyright (c) 2012, Raw Creative Studios * @link https://github.com/rawcreative/wp-help-pointers @@ -58,7 +58,8 @@ public function __construct( $pntrs = array() ) { } public function register_pointers( $pntrs ) { - + $pointers = null; + foreach( $pntrs as $ptr ) { if( $ptr['screen'] == $this->screen_id ) {