Changeset 49193 for trunk/src/wp-admin/link.php
- Timestamp:
- 10/18/2020 05:25:10 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/link.php
r47785 r49193 61 61 exit; 62 62 } 63 $all_links = join( ',', $linkcheck );63 $all_links = implode( ',', $linkcheck ); 64 64 /* 65 65 * Should now have an array of links we can change:
Note: See TracChangeset
for help on using the changeset viewer.