Changeset 9032
- Timestamp:
- 07/08/2019 12:34:21 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.tv/public_html/wp-content/themes/wptv2/functions.php
r8873 r9032 268 268 */ 269 269 function blog_upload_space() { 270 return 1024 * 1024 * 1 0; // 10terabytes270 return 1024 * 1024 * 15; // 15 terabytes 271 271 } 272 272
Note: See TracChangeset
for help on using the changeset viewer.