Making WordPress.org


Ignore:
Timestamp:
12/19/2017 04:22:37 PM (7 years ago)
Author:
obenland
Message:

PLugins: Clean up formatting with phpcbf

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/admin/metabox/class-custom-fields.php

    r5841 r6287  
    1111        $post   = get_post();
    1212        $fields = array(
    13             'version' => 'Latest Plugin Version',
    14             'stable_tag' => 'Stable Tag',
    15             'tested' => 'Tested With',
    16             'requires' => 'Requires',
    17             'requires_php' => 'Requires PHP',
    18             'donate_link' => 'Donate URL',
    19             'header_plugin_uri' => 'Plugin URI',
    20             'header_author' => 'Plugin Author',
    21             'header_author_uri' => 'Plugin Author URI',
    22             'header_textdomain' => 'Plugin TextDomain',
     13            'version'            => 'Latest Plugin Version',
     14            'stable_tag'         => 'Stable Tag',
     15            'tested'             => 'Tested With',
     16            'requires'           => 'Requires',
     17            'requires_php'       => 'Requires PHP',
     18            'donate_link'        => 'Donate URL',
     19            'header_plugin_uri'  => 'Plugin URI',
     20            'header_author'      => 'Plugin Author',
     21            'header_author_uri'  => 'Plugin Author URI',
     22            'header_textdomain'  => 'Plugin TextDomain',
    2323            'header_description' => 'Plugin Description',
    2424        );
Note: See TracChangeset for help on using the changeset viewer.