Changes between Version 1 and Version 2 of Ticket #5307, comment 13
- Timestamp:
- 01/15/2014 03:13:19 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5307, comment 13
v1 v2 1 1 It seems the reason for the white space is a check I have in {{{header.php}}} 2 2 3 {{{if ( is_page( 'login' ) )}}} 3 {{{ 4 if ( is_page( 'login' ) ) { 5 // do something 6 } else { 7 // output header 8 } 9 }}} 4 10 5 11 This seems to be returning {{{true}}} when on the {{{members/username/messages}}} page. Also seems to be returning true when on {{{members/username/settings}}}