Ticket #4114: header-corrections.patch
| File header-corrections.patch, 1.0 KB (added by , 14 years ago) |
|---|
-
bp-themes/bp-default/header.php
3 3 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 4 4 <head profile="http://gmpg.org/xfn/11"> 5 5 <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 7 8 <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title> 8 9 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> 9 10 10 <?php wp_head(); // @see bp_head(); ?>11 <?php wp_head(); // @see bp_head(); ?> 11 12 12 13 </head> 13 14