Changeset 45723 for trunk/src/wp-includes/widgets/class-wp-widget-links.php
- Timestamp:
- 08/03/2019 03:34:54 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/widgets/class-wp-widget-links.php
r45590 r45723 138 138 ) 139 139 ); 140 $link_cats = get_terms( 'link_category');140 $link_cats = get_terms( array( 'taxonomy' => 'link_category' ) ); 141 141 $limit = intval( $instance['limit'] ); 142 142 if ( ! $limit ) {
Note: See TracChangeset
for help on using the changeset viewer.