Changeset 41162 for trunk/src/wp-includes/widgets/class-wp-widget-meta.php
- 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-meta.php
r40806 r41162 23 23 * 24 24 * @since 2.8.0 25 * @access public26 25 */ 27 26 public function __construct() { … … 38 37 * 39 38 * @since 2.8.0 40 * @access public41 39 * 42 40 * @param array $args Display arguments including 'before_title', 'after_title', … … 83 81 * 84 82 * @since 2.8.0 85 * @access public86 83 * 87 84 * @param array $new_instance New settings for this instance as input by the user via … … 101 98 * 102 99 * @since 2.8.0 103 * @access public104 100 * 105 101 * @param array $instance Current settings.
Note: See TracChangeset
for help on using the changeset viewer.