Make WordPress Core


Ignore:
Timestamp:
08/09/2008 05:36:14 AM (17 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r8550 r8600  
    436436        if( preg_match('|/([^/]+?)/?$|', $link, $matches) )
    437437            $slug = $matches[1];
    438         else 
     438        else
    439439            $slug = '';
    440440
Note: See TracChangeset for help on using the changeset viewer.