Changeset 41162 for trunk/src/wp-includes/widgets/class-wp-widget-links.php
- Timestamp:
- 07/27/2017 12:40:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-links.php
r37489 r41162 21 21 * 22 22 * @since 2.8.0 23 * @access public24 23 */ 25 24 public function __construct() { … … 35 34 * 36 35 * @since 2.8.0 37 * @access public38 36 * 39 37 * @param array $args Display arguments including 'before_title', 'after_title', … … 87 85 * 88 86 * @since 2.8.0 89 * @access public90 87 * 91 88 * @param array $new_instance New settings for this instance as input by the user via … … 116 113 * 117 114 * @since 2.8.0 118 * @access public119 115 * 120 116 * @param array $instance Current settings.
Note: See TracChangeset
for help on using the changeset viewer.