Skip to:
Content

BuddyPress.org

Ticket #4114: header-corrections.patch

File header-corrections.patch, 1.0 KB (added by hnla, 14 years ago)
  • bp-themes/bp-default/header.php

     
    33<html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>>
    44        <head profile="http://gmpg.org/xfn/11">
    55                <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" />
    6                 <?php if ( current_theme_supports( 'bp-default-responsive' ) ) : ?><meta name="viewport" content="width=device-width, initial-scale=1.0"><?php endif; ?>
     6                <?php if ( current_theme_supports( 'bp-default-responsive' ) ) : ?><meta name="viewport" content="width=device-width, initial-scale=1.0" /><?php endif; ?>
     7               
    78                <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title>
    89                <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
    910
    10                 <?php wp_head(); // @see bp_head(); ?>
     11<?php wp_head(); // @see bp_head(); ?>
    1112
    1213        </head>
    1314