Closed jacobarriola closed 7 years ago
This improves readability since using echo + concat can get a bit difficult to read. Using printf() makes it easier to read.
printf()
Remove duplicate archive description code.
Also escaping our values since it's not done at the function level.
@digisavvy hey man! is this still a viable PR for you? 🤔
I'm thinking I'm going to hold off on this one for the time being; at least I need to test before hand.
This improves readability since using echo + concat can get a bit difficult to read. Using
printf()
makes it easier to read.Remove duplicate archive description code.
Also escaping our values since it's not done at the function level.