Make WordPress Core


Ignore:
Timestamp:
01/15/2010 10:11:12 PM (15 years ago)
Author:
ryan
Message:

Trailing whitespace cleanup

File:
1 edited

Legend:

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

    r12673 r12733  
    6868function get_plugin_data( $plugin_file, $markup = true, $translate = true ) {
    6969
    70     $default_headers = array( 
    71         'Name' => 'Plugin Name', 
    72         'PluginURI' => 'Plugin URI', 
    73         'Version' => 'Version', 
    74         'Description' => 'Description', 
    75         'Author' => 'Author', 
    76         'AuthorURI' => 'Author URI', 
    77         'TextDomain' => 'Text Domain', 
    78         'DomainPath' => 'Domain Path' 
     70    $default_headers = array(
     71        'Name' => 'Plugin Name',
     72        'PluginURI' => 'Plugin URI',
     73        'Version' => 'Version',
     74        'Description' => 'Description',
     75        'Author' => 'Author',
     76        'AuthorURI' => 'Author URI',
     77        'TextDomain' => 'Text Domain',
     78        'DomainPath' => 'Domain Path'
    7979        );
    8080
Note: See TracChangeset for help on using the changeset viewer.