Ticket #40654: 40654_1.patch
File 40654_1.patch, 487 bytes (added by , 8 years ago) |
---|
-
wp-admin/includes/dashboard.php
1224 1224 $item_key = array_rand($items); 1225 1225 $item = $items[$item_key]; 1226 1226 1227 list($link, $frag) = explode( '#', $item->get_link());1227 $link = $item->get_link(); 1228 1228 1229 1229 $link = esc_url($link); 1230 1230 if ( preg_match( '|/([^/]+?)/?$|', $link, $matches ) )