wp-help-pointers icon indicating copy to clipboard operation
wp-help-pointers copied to clipboard

Class for registering and using custom WP Help Tooltips in WP 3.3+

Results 5 wp-help-pointers issues
Sort by recently updated
recently updated
newest added

What's the License for this? Are you interested in making it a package here: https://github.com/wpplex ?

Added variable declaration to prevent this: `Notice: Undefined variable: pointers`

Fixed PHP undefined variable error. Enhancements: if screen is not specified, pointer is displayed in all screens. If no id is specified, a unique id is generated.

Line 82 reads: ``` PHP $this->pointers = $pointers; ``` If there are no pointers set for the currently viewed page, this will show a PHP Notice that the variable $pointers...