Skip to:
Content

BuddyPress.org

Changes between Version 1 and Version 2 of Ticket #5307, comment 13


Ignore:
Timestamp:
01/15/2014 03:13:19 PM (11 years ago)
Author:
henry.wright
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5307, comment 13

    v1 v2  
    11It seems the reason for the white space is a check I have in {{{header.php}}}
    22
    3 {{{if ( is_page( 'login' ) )}}}
     3{{{
     4if ( is_page( 'login' ) ) {
     5    // do something
     6} else {
     7    // output header
     8}
     9}}}
    410
    511This seems to be returning {{{true}}} when on the {{{members/username/messages}}} page. Also seems to be returning true when on {{{members/username/settings}}}