Ticket #403: class.bbpress-plugins-tracker.diff
File class.bbpress-plugins-tracker.diff, 591 bytes (added by , 10 years ago) |
---|
-
class.bbpress-plugins-tracker.php
293 293 break; 294 294 295 295 $readme = array(); 296 if ( !$readme_files = Automattic_Paths::search( $export, 'readme.txt' ) ) 297 break; 296 if ( !$readme_files = Automattic_Paths::search( $export, 'readme.txt' ) ) { 297 if ( !$readme_files = Automattic_Paths::search( $export, 'readme.md' ) ) { 298 break; 299 } 300 } 298 301 299 302 $readme_file = $readme_files[0]; 300 303