Changeset 3025
- Timestamp:
- 04/27/2016 05:33:39 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
r2994 r3025 250 250 */ 251 251 protected function find_readme_file() { 252 $files = Filesystem::list_files( "{$this->plugin_dir}/{$this->plugin_slug}", false /* non-recursive */, '!^readme\.(txt|md)$!i' );252 $files = Filesystem::list_files( $this->plugin_root, false /* non-recursive */, '!^readme\.(txt|md)$!i' ); 253 253 254 254 // Prioritize readme.txt
Note: See TracChangeset
for help on using the changeset viewer.