Changeset 12317 for trunk/wp-admin/link-manager.php
- Timestamp:
- 12/03/2009 01:43:49 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/link-manager.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/link-manager.php
r11554 r12317 19 19 20 20 if ( 'delete' == $doaction ) { 21 foreach ( (array) $_GET['linkcheck'] as $link_id ) { 21 $bulklinks = (array) $_GET['linkcheck']; 22 foreach ( $bulklinks as $link_id ) { 22 23 $link_id = (int) $link_id; 23 24 … … 25 26 } 26 27 27 wp_ redirect( wp_get_referer() );28 wp_safe_redirect( wp_get_referer() ); 28 29 exit; 29 30 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)