Making WordPress.org

Changeset 2970


Ignore:
Timestamp:
04/18/2016 06:22:37 AM (10 years ago)
Author:
dd32
Message:

Plugin Directory: Readme parser: Fix a typo, these two fields should lack underscores in the raw readme.
See r2969

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-readme-parser.php

    r2969 r2970  
    4949                        'tags'              => 'tags',
    5050                        'contributors'      => 'contributors',
    51                         'donate_link'       => 'donate_link',
    52                         'stable_tag'        => 'stable_tag',
     51                        'donate link'       => 'donate_link',
     52                        'stable tag'        => 'stable_tag',
    5353                );
    5454
Note: See TracChangeset for help on using the changeset viewer.