Changeset 38318 for trunk/src/wp-includes/class-wp-widget.php
- Timestamp:
- 08/22/2016 09:50:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-widget.php
r37648 r38318 37 37 */ 38 38 public $name; 39 40 /** 41 * Option name for this widget type. 42 * 43 * @since 2.8.0 44 * @access public 45 * @var string 46 */ 47 public $option_name; 48 49 /** 50 * Alt option name for this widget type. 51 * 52 * @since 2.8.0 53 * @access public 54 * @var string 55 */ 56 public $alt_option_name; 39 57 40 58 /**
Note: See TracChangeset
for help on using the changeset viewer.