digisavvy / some-like-it-neat

A WordPress Theme Using _s, Bourbon + Neat and Theme Hook Alliance
GNU General Public License v2.0
276 stars 61 forks source link

Use printf instead of echoing + esc our values #104

Closed jacobarriola closed 7 years ago

jacobarriola commented 8 years ago

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.

jacobarriola commented 7 years ago

@digisavvy hey man! is this still a viable PR for you? 🤔

digisavvy commented 7 years ago

I'm thinking I'm going to hold off on this one for the time being; at least I need to test before hand.