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

Unnecessary else statement #44

Closed justintadlock closed 9 years ago

justintadlock commented 9 years ago

The digistarter_optional_scripts() function is unnecessarily complex with an if and else check. Instead, do a simple if check and drop the else.

if ( '' != get_theme_mod( 'digistarter_add_link_color' ) ) {