MITLibraries / MITLibraries-child

A Wordpress child theme that descends from MITLibraries-parent
GNU General Public License v3.0
1 stars 1 forks source link

Tagline in header should be conditional to avoid ghost margins or padding #60

Closed PBruk closed 8 years ago

PBruk commented 8 years ago

Tagging @frrrances for code-review: Check to see if tagline exists. Resolves #58.

frrrances commented 8 years ago

👍

matt-bernhardt commented 8 years ago

This PR appears to have introduced a bug in inc/postHead, with an incorrect number of parentheses in the statement if( !empty( get_bloginfo('description') ) :