Changeset 47851 for trunk/src/wp-admin/includes/bookmark.php
- Timestamp:
- 05/23/2020 04:20:10 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/bookmark.php
r47848 r47851 287 287 288 288 // Passed link category list overwrites existing category list if not empty. 289 if ( isset( $linkdata['link_category'] ) && is_array( $linkdata['link_category'] ) && 0 != count( $linkdata['link_category'] ) ) { 289 if ( isset( $linkdata['link_category'] ) && is_array( $linkdata['link_category'] ) 290 && count( $linkdata['link_category'] ) > 0 291 ) { 290 292 $link_cats = $linkdata['link_category']; 291 293 } else {
Note: See TracChangeset
for help on using the changeset viewer.