Changeset 5964
- Timestamp:
- 04/06/2012 11:00:51 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-themes/bp-default/header.php
r5737 r5964 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 <title><?php wp_title( '|', true, 'right' ); bloginfo( 'name' ); ?></title> 8 8 <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" />
Note: See TracChangeset
for help on using the changeset viewer.