Make WordPress Core


Ignore:
Timestamp:
06/14/2007 02:25:30 AM (18 years ago)
Author:
ryan
Message:

Trim empty lines. Nothing but newline.

File:
1 edited

Legend:

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

    r5551 r5700  
    393393function populate_roles_230() {
    394394    $role = get_role( 'administrator' );
    395    
     395
    396396    if ( !empty( $role ) ) {
    397397        $role->add_cap( 'unfiltered_upload' );
Note: See TracChangeset for help on using the changeset viewer.