Skip to content

Commit

Permalink
Merge pull request woocommerce#9964 from frozzare/docs/class-wc-admin…
Browse files Browse the repository at this point in the history
…-settings

Improve docblock comments in WC_Admin_Settings class
  • Loading branch information
claudiosanches committed Jan 5, 2016
2 parents 0fc96d3 + 005be91 commit e4c45c0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions includes/admin/class-wc-admin-settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,25 @@
*/
class WC_Admin_Settings {

/**
* Setting pages.
*
* @var array
*/
private static $settings = array();

/**
* Error messages.
*
* @var array
*/
private static $errors = array();

/**
* Update messages.
*
* @var array
*/
private static $messages = array();

/**
Expand Down

0 comments on commit e4c45c0

Please sign in to comment.