Changeset 8587
- Timestamp:
- 04/04/2019 01:38:48 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-plugin-directory.php
r8578 r8587 1187 1187 // The readme.txt page. 1188 1188 if ( 'readme.txt' === $path[2] ) { 1189 status_header( 200 ); 1189 1190 header( 'Content-type: text/plain' ); 1190 1191 echo file_get_contents( __DIR__ . '/readme/readme.txt' );
Note: See TracChangeset
for help on using the changeset viewer.