Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions class.wp-help-pointers.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*
*
* @package WP_Help_Pointer
* @version 0.1
* @version 0.2
* @author Tim Debo <tim@rawcreativestudios.com>
* @copyright Copyright (c) 2012, Raw Creative Studios
* @link https://github.com/rawcreative/wp-help-pointers
Expand Down Expand Up @@ -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 ) {
Expand Down