- Timestamp:
- 07/27/2017 12:40:27 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-calendar.php
r37040 r41162 22 22 * 23 23 * @static 24 * @access private25 24 * @var int 26 25 */ … … 31 30 * 32 31 * @since 2.8.0 33 * @access public34 32 */ 35 33 public function __construct() { … … 46 44 * 47 45 * @since 2.8.0 48 * @access public49 46 * 50 47 * @param array $args Display arguments including 'before_title', 'after_title', … … 76 73 * 77 74 * @since 2.8.0 78 * @access public79 75 * 80 76 * @param array $new_instance New settings for this instance as input by the user via … … 94 90 * 95 91 * @since 2.8.0 96 * @access public97 92 * 98 93 * @param array $instance Current settings.
Note: See TracChangeset
for help on using the changeset viewer.