Skip to content

Commit

Permalink
Correct phpdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
mboynes committed Dec 12, 2015
1 parent decd356 commit 775b2a6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions php/class-fieldmanager-colorpicker.php
Expand Up @@ -24,12 +24,13 @@ class Fieldmanager_Colorpicker extends Fieldmanager_Field {
/**
* Static variable so we only load static assets once.
*
* @var string
* @var boolean
*/
public static $has_registered_statics = false;

/**
* Override constructor to set default size.
* Build the colorpicker object and enqueue assets.
*
* @param string $label
* @param array $options
*/
Expand All @@ -46,7 +47,8 @@ public function __construct( $label = '', $options = array() ) {
}

/**
* Form element
* Form element.
*
* @param mixed $value
* @return string HTML
*/
Expand Down

0 comments on commit 775b2a6

Please sign in to comment.