- Timestamp:
- 01/29/2020 12:43:23 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-categories.php
r46164 r47122 161 161 */ 162 162 public function form( $instance ) { 163 // Defaults163 // Defaults. 164 164 $instance = wp_parse_args( (array) $instance, array( 'title' => '' ) ); 165 165 $count = isset( $instance['count'] ) ? (bool) $instance['count'] : false;
Note: See TracChangeset
for help on using the changeset viewer.