Changeset 47785 for trunk/src/wp-admin/link.php
- Timestamp:
- 05/12/2020 06:30:03 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link.php
r47198 r47785 36 36 37 37 // For each link id (in $linkcheck[]) change category to selected value. 38 if ( count( $linkcheck ) == 0 ) {38 if ( count( $linkcheck ) === 0 ) { 39 39 wp_redirect( $this_file ); 40 40 exit; … … 57 57 58 58 // For each link id (in $linkcheck[]) change category to selected value. 59 if ( count( $linkcheck ) == 0 ) {59 if ( count( $linkcheck ) === 0 ) { 60 60 wp_redirect( $this_file ); 61 61 exit;
Note: See TracChangeset
for help on using the changeset viewer.