Changeset 42228 for trunk/src/wp-admin/includes/bookmark.php
- Timestamp:
- 11/26/2017 11:56:25 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/bookmark.php
r37914 r42228 278 278 279 279 // Passed link category list overwrites existing category list if not empty. 280 if ( isset( $linkdata['link_category'] ) && is_array( $linkdata['link_category'] ) 281 && 0 != count( $linkdata['link_category'] ) ) 280 if ( isset( $linkdata['link_category'] ) && is_array( $linkdata['link_category'] ) && 0 != count( $linkdata['link_category'] ) ) 282 281 $link_cats = $linkdata['link_category']; 283 282 else
Note: See TracChangeset
for help on using the changeset viewer.