Changeset 2985 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-readme-parser.php
- Timestamp:
- 04/20/2016 11:08:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-readme-parser.php
r2970 r2985 43 43 // These are the valid header mappings for the header 44 44 private $valid_headers = array( 45 46 47 48 49 50 51 52 53 45 'tested' => 'tested', 46 'tested up to' => 'tested', 47 'requires' => 'requires', 48 'requires at least' => 'requires', 49 'tags' => 'tags', 50 'contributors' => 'contributors', 51 'donate link' => 'donate_link', 52 'stable tag' => 'stable_tag', 53 ); 54 54 55 55 public function __construct( $file ) {
Note: See TracChangeset
for help on using the changeset viewer.