Changeset 8600 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 08/09/2008 05:36:14 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r8550 r8600 436 436 if( preg_match('|/([^/]+?)/?$|', $link, $matches) ) 437 437 $slug = $matches[1]; 438 else 438 else 439 439 $slug = ''; 440 440
Note: See TracChangeset
for help on using the changeset viewer.