Changes between Initial Version and Version 1 of Ticket #40465, comment 3
- Timestamp:
- 04/16/2017 10:34:48 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #40465, comment 3
initial v1 73 73 /** Sets up WordPress vars and included files. */ 74 74 require_once(ABSPATH . 'wp-settings.php'); 75 '''define( 'UPLOADS', 'wp-content/uploads' );''' 75 define( 'UPLOADS', 'wp-content/uploads' ); 76 76 }}} 77 77