diff options
author | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-02-03 20:04:47 +0100 |
---|---|---|
committer | AndreaChirulescu <andrea.chirulescu@gmail.com> | 2021-02-03 20:04:47 +0100 |
commit | 56bff8bbb0f5d0edd9851f06ec91bacd0365e87e (patch) | |
tree | 5e4d935d4a42d5a75273c989abb0f9eb0be04c7d /includes/public/shortcodes/giglog_process_files.php | |
parent | ca87d36414ae4542e7b0349e011a8d034f998554 (diff) | |
download | gigologadmin-56bff8bbb0f5d0edd9851f06ec91bacd0365e87e.tar.gz gigologadmin-56bff8bbb0f5d0edd9851f06ec91bacd0365e87e.tar.bz2 gigologadmin-56bff8bbb0f5d0edd9851f06ec91bacd0365e87e.zip |
Added photographers code file and for existing ones, I added classes to tables for future formatting
Diffstat (limited to 'includes/public/shortcodes/giglog_process_files.php')
-rw-r--r-- | includes/public/shortcodes/giglog_process_files.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/public/shortcodes/giglog_process_files.php b/includes/public/shortcodes/giglog_process_files.php index 814c2f0..c3e3427 100644 --- a/includes/public/shortcodes/giglog_process_files.php +++ b/includes/public/shortcodes/giglog_process_files.php @@ -1,6 +1,6 @@ <?php
/*
- * snippet used to uploaded files with concerts. File is tab delimited file.
+ * snippet used to upload files with concerts. File is tab delimited file.
* Band Venue Date TicketLink Eventlink. The form is at the end of this snippet
*/
|