Ticket #48002: 48002.6.diff
| File 48002.6.diff, 22.4 KB (added by , 6 years ago) |
|---|
-
src/wp-admin/edit-link-form.php
67 67 'content' => 68 68 '<p>' . __( 'You can add or edit links on this screen by entering information in each of the boxes. Only the link’s web address and name (the text you want to display on your site as the link) are required fields.' ) . '</p>' . 69 69 '<p>' . __( 'The boxes for link name, web address, and description have fixed positions, while the others may be repositioned using drag and drop. You can also hide boxes you don’t use in the Screen Options tab, or minimize boxes by clicking on the title bar of the box.' ) . '</p>' . 70 '<p>' . __( 'XFN stands for <a href="http ://gmpg.org/xfn/">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '</p>',70 '<p>' . __( 'XFN stands for <a href="https://gmpg.org/xfn/">XHTML Friends Network</a>, which is optional. WordPress allows the generation of XFN attributes to show how you are related to the authors/owners of the site to which you are linking.' ) . '</p>', 71 71 ) 72 72 ); 73 73 … … 122 122 <h2><label for="link_url"><?php _e( 'Web Address' ); ?></label></h2> 123 123 <div class="inside"> 124 124 <input type="text" name="link_url" size="30" maxlength="255" class="code" value="<?php echo esc_attr( $link->link_url ); ?>" id="link_url" /> 125 <p><?php _e( 'Example: <code>http ://wordpress.org/</code> — don’t forget the <code>http://</code>' ); ?></p>125 <p><?php _e( 'Example: <code>https://wordpress.org/</code> — don’t forget the <code>https://</code>' ); ?></p> 126 126 </div> 127 127 </div> 128 128 -
src/wp-admin/includes/class-wp-theme-install-list-table.php
250 250 * @type string $slug Theme slug, e.g. 'twentytwenty'. 251 251 * @type string $version Theme version, e.g. '1.1'. 252 252 * @type string $author Theme author username, e.g. 'melchoyce'. 253 * @type string $preview_url Preview URL, e.g. 'http ://2020.wordpress.net/'.253 * @type string $preview_url Preview URL, e.g. 'https://2020.wordpress.net/'. 254 254 * @type string $screenshot_url Screenshot URL, e.g. 'https://wordpress.org/themes/twentytwenty/'. 255 255 * @type float $rating Rating score. 256 256 * @type int $num_ratings The number of ratings. -
src/wp-admin/includes/meta-boxes.php
1213 1213 ?> 1214 1214 <table class="links-table"> 1215 1215 <tr> 1216 <th scope="row"><label for="link_rel"><?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'rel:' ); ?></label></th>1216 <th scope="row"><label for="link_rel"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'rel:' ); ?></label></th> 1217 1217 <td><input type="text" name="link_rel" id="link_rel" value="<?php echo ( isset( $link->link_rel ) ? esc_attr( $link->link_rel ) : '' ); ?>" /></td> 1218 1218 </tr> 1219 1219 <tr> 1220 <th scope="row"><?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'identity' ); ?></th>1221 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'identity' ); ?></span></legend>1220 <th scope="row"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'identity' ); ?></th> 1221 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'identity' ); ?></span></legend> 1222 1222 <label for="me"> 1223 1223 <input type="checkbox" name="identity" value="me" id="me" <?php xfn_check( 'identity', 'me' ); ?> /> 1224 1224 <?php _e( 'another web address of mine' ); ?></label> … … 1225 1225 </fieldset></td> 1226 1226 </tr> 1227 1227 <tr> 1228 <th scope="row"><?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'friendship' ); ?></th>1229 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'friendship' ); ?></span></legend>1228 <th scope="row"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'friendship' ); ?></th> 1229 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'friendship' ); ?></span></legend> 1230 1230 <label for="contact"> 1231 <input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check( 'friendship', 'contact' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'contact' ); ?>1231 <input class="valinp" type="radio" name="friendship" value="contact" id="contact" <?php xfn_check( 'friendship', 'contact' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'contact' ); ?> 1232 1232 </label> 1233 1233 <label for="acquaintance"> 1234 <input class="valinp" type="radio" name="friendship" value="acquaintance" id="acquaintance" <?php xfn_check( 'friendship', 'acquaintance' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'acquaintance' ); ?>1234 <input class="valinp" type="radio" name="friendship" value="acquaintance" id="acquaintance" <?php xfn_check( 'friendship', 'acquaintance' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'acquaintance' ); ?> 1235 1235 </label> 1236 1236 <label for="friend"> 1237 <input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check( 'friendship', 'friend' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'friend' ); ?>1237 <input class="valinp" type="radio" name="friendship" value="friend" id="friend" <?php xfn_check( 'friendship', 'friend' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'friend' ); ?> 1238 1238 </label> 1239 1239 <label for="friendship"> 1240 <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check( 'friendship' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'none' ); ?>1240 <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check( 'friendship' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'none' ); ?> 1241 1241 </label> 1242 1242 </fieldset></td> 1243 1243 </tr> 1244 1244 <tr> 1245 <th scope="row"> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'physical' ); ?> </th>1246 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'physical' ); ?></span></legend>1245 <th scope="row"> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'physical' ); ?> </th> 1246 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'physical' ); ?></span></legend> 1247 1247 <label for="met"> 1248 <input class="valinp" type="checkbox" name="physical" value="met" id="met" <?php xfn_check( 'physical', 'met' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'met' ); ?>1248 <input class="valinp" type="checkbox" name="physical" value="met" id="met" <?php xfn_check( 'physical', 'met' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'met' ); ?> 1249 1249 </label> 1250 1250 </fieldset></td> 1251 1251 </tr> 1252 1252 <tr> 1253 <th scope="row"> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'professional' ); ?> </th>1254 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'professional' ); ?></span></legend>1253 <th scope="row"> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'professional' ); ?> </th> 1254 <td><fieldset><legend class="screen-reader-text"><span><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'professional' ); ?></span></legend> 1255 1255 <label for="co-worker"> 1256 <input class="valinp" type="checkbox" name="professional" value="co-worker" id="co-worker" <?php xfn_check( 'professional', 'co-worker' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'co-worker' ); ?>1256 <input class="valinp" type="checkbox" name="professional" value="co-worker" id="co-worker" <?php xfn_check( 'professional', 'co-worker' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'co-worker' ); ?> 1257 1257 </label> 1258 1258 <label for="colleague"> 1259 <input class="valinp" type="checkbox" name="professional" value="colleague" id="colleague" <?php xfn_check( 'professional', 'colleague' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'colleague' ); ?>1259 <input class="valinp" type="checkbox" name="professional" value="colleague" id="colleague" <?php xfn_check( 'professional', 'colleague' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'colleague' ); ?> 1260 1260 </label> 1261 1261 </fieldset></td> 1262 1262 </tr> 1263 1263 <tr> 1264 <th scope="row"><?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'geographical' ); ?></th>1265 <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'geographical' ); ?> </span></legend>1264 <th scope="row"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'geographical' ); ?></th> 1265 <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'geographical' ); ?> </span></legend> 1266 1266 <label for="co-resident"> 1267 <input class="valinp" type="radio" name="geographical" value="co-resident" id="co-resident" <?php xfn_check( 'geographical', 'co-resident' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'co-resident' ); ?>1267 <input class="valinp" type="radio" name="geographical" value="co-resident" id="co-resident" <?php xfn_check( 'geographical', 'co-resident' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'co-resident' ); ?> 1268 1268 </label> 1269 1269 <label for="neighbor"> 1270 <input class="valinp" type="radio" name="geographical" value="neighbor" id="neighbor" <?php xfn_check( 'geographical', 'neighbor' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'neighbor' ); ?>1270 <input class="valinp" type="radio" name="geographical" value="neighbor" id="neighbor" <?php xfn_check( 'geographical', 'neighbor' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'neighbor' ); ?> 1271 1271 </label> 1272 1272 <label for="geographical"> 1273 <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check( 'geographical' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'none' ); ?>1273 <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check( 'geographical' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'none' ); ?> 1274 1274 </label> 1275 1275 </fieldset></td> 1276 1276 </tr> 1277 1277 <tr> 1278 <th scope="row"><?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'family' ); ?></th>1279 <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'family' ); ?> </span></legend>1278 <th scope="row"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'family' ); ?></th> 1279 <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'family' ); ?> </span></legend> 1280 1280 <label for="child"> 1281 <input class="valinp" type="radio" name="family" value="child" id="child" <?php xfn_check( 'family', 'child' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'child' ); ?>1281 <input class="valinp" type="radio" name="family" value="child" id="child" <?php xfn_check( 'family', 'child' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'child' ); ?> 1282 1282 </label> 1283 1283 <label for="kin"> 1284 <input class="valinp" type="radio" name="family" value="kin" id="kin" <?php xfn_check( 'family', 'kin' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'kin' ); ?>1284 <input class="valinp" type="radio" name="family" value="kin" id="kin" <?php xfn_check( 'family', 'kin' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'kin' ); ?> 1285 1285 </label> 1286 1286 <label for="parent"> 1287 <input class="valinp" type="radio" name="family" value="parent" id="parent" <?php xfn_check( 'family', 'parent' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'parent' ); ?>1287 <input class="valinp" type="radio" name="family" value="parent" id="parent" <?php xfn_check( 'family', 'parent' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'parent' ); ?> 1288 1288 </label> 1289 1289 <label for="sibling"> 1290 <input class="valinp" type="radio" name="family" value="sibling" id="sibling" <?php xfn_check( 'family', 'sibling' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'sibling' ); ?>1290 <input class="valinp" type="radio" name="family" value="sibling" id="sibling" <?php xfn_check( 'family', 'sibling' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'sibling' ); ?> 1291 1291 </label> 1292 1292 <label for="spouse"> 1293 <input class="valinp" type="radio" name="family" value="spouse" id="spouse" <?php xfn_check( 'family', 'spouse' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'spouse' ); ?>1293 <input class="valinp" type="radio" name="family" value="spouse" id="spouse" <?php xfn_check( 'family', 'spouse' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'spouse' ); ?> 1294 1294 </label> 1295 1295 <label for="family"> 1296 <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check( 'family' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'none' ); ?>1296 <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check( 'family' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'none' ); ?> 1297 1297 </label> 1298 1298 </fieldset></td> 1299 1299 </tr> 1300 1300 <tr> 1301 <th scope="row"><?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'romantic' ); ?></th>1302 <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'romantic' ); ?> </span></legend>1301 <th scope="row"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'romantic' ); ?></th> 1302 <td><fieldset><legend class="screen-reader-text"><span> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'romantic' ); ?> </span></legend> 1303 1303 <label for="muse"> 1304 <input class="valinp" type="checkbox" name="romantic" value="muse" id="muse" <?php xfn_check( 'romantic', 'muse' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'muse' ); ?>1304 <input class="valinp" type="checkbox" name="romantic" value="muse" id="muse" <?php xfn_check( 'romantic', 'muse' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'muse' ); ?> 1305 1305 </label> 1306 1306 <label for="crush"> 1307 <input class="valinp" type="checkbox" name="romantic" value="crush" id="crush" <?php xfn_check( 'romantic', 'crush' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'crush' ); ?>1307 <input class="valinp" type="checkbox" name="romantic" value="crush" id="crush" <?php xfn_check( 'romantic', 'crush' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'crush' ); ?> 1308 1308 </label> 1309 1309 <label for="date"> 1310 <input class="valinp" type="checkbox" name="romantic" value="date" id="date" <?php xfn_check( 'romantic', 'date' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'date' ); ?>1310 <input class="valinp" type="checkbox" name="romantic" value="date" id="date" <?php xfn_check( 'romantic', 'date' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'date' ); ?> 1311 1311 </label> 1312 1312 <label for="romantic"> 1313 <input class="valinp" type="checkbox" name="romantic" value="sweetheart" id="romantic" <?php xfn_check( 'romantic', 'sweetheart' ); ?> /> <?php /* translators: xfn: http ://gmpg.org/xfn/ */ _e( 'sweetheart' ); ?>1313 <input class="valinp" type="checkbox" name="romantic" value="sweetheart" id="romantic" <?php xfn_check( 'romantic', 'sweetheart' ); ?> /> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'sweetheart' ); ?> 1314 1314 </label> 1315 1315 </fieldset></td> 1316 1316 </tr> 1317 1317 1318 1318 </table> 1319 <p><?php _e( 'If the link is to a person, you can specify your relationship with them using the above form. If you would like to learn more about the idea check out <a href="http ://gmpg.org/xfn/">XFN</a>.' ); ?></p>1319 <p><?php _e( 'If the link is to a person, you can specify your relationship with them using the above form. If you would like to learn more about the idea check out <a href="https://gmpg.org/xfn/">XFN</a>.' ); ?></p> 1320 1320 <?php 1321 1321 } 1322 1322 -
src/wp-content/themes/twentyeleven/header.php
48 48 49 49 ?> 50 50 </title> 51 <link rel="profile" href="http ://gmpg.org/xfn/11" />51 <link rel="profile" href="https://gmpg.org/xfn/11" /> 52 52 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?ver=20190507" /> 53 53 <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> 54 54 <!--[if lt IE 9]> -
src/wp-content/themes/twentyfifteen/header.php
13 13 <head> 14 14 <meta charset="<?php bloginfo( 'charset' ); ?>"> 15 15 <meta name="viewport" content="width=device-width"> 16 <link rel="profile" href="http ://gmpg.org/xfn/11">16 <link rel="profile" href="https://gmpg.org/xfn/11"> 17 17 <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> 18 18 <!--[if lt IE 9]> 19 19 <script src="<?php echo esc_url( get_template_directory_uri() ); ?>/js/html5.js?ver=3.7.0"></script> -
src/wp-content/themes/twentyfourteen/header.php
22 22 <meta charset="<?php bloginfo( 'charset' ); ?>"> 23 23 <meta name="viewport" content="width=device-width"> 24 24 <title><?php wp_title( '|', true, 'right' ); ?></title> 25 <link rel="profile" href="http ://gmpg.org/xfn/11">25 <link rel="profile" href="https://gmpg.org/xfn/11"> 26 26 <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> 27 27 <!--[if lt IE 9]> 28 28 <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js?ver=3.7.0"></script> -
src/wp-content/themes/twentyseventeen/header.php
17 17 <head> 18 18 <meta charset="<?php bloginfo( 'charset' ); ?>"> 19 19 <meta name="viewport" content="width=device-width, initial-scale=1"> 20 <link rel="profile" href="http ://gmpg.org/xfn/11">20 <link rel="profile" href="https://gmpg.org/xfn/11"> 21 21 22 22 <?php wp_head(); ?> 23 23 </head> -
src/wp-content/themes/twentysixteen/header.php
14 14 <head> 15 15 <meta charset="<?php bloginfo( 'charset' ); ?>"> 16 16 <meta name="viewport" content="width=device-width, initial-scale=1"> 17 <link rel="profile" href="http ://gmpg.org/xfn/11">17 <link rel="profile" href="https://gmpg.org/xfn/11"> 18 18 <?php if ( is_singular() && pings_open( get_queried_object() ) ) : ?> 19 19 <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> 20 20 <?php endif; ?> -
src/wp-content/themes/twentyten/header.php
38 38 39 39 ?> 40 40 </title> 41 <link rel="profile" href="http ://gmpg.org/xfn/11" />41 <link rel="profile" href="https://gmpg.org/xfn/11" /> 42 42 <link rel="stylesheet" type="text/css" media="all" href="<?php bloginfo( 'stylesheet_url' ); ?>?ver=20190507" /> 43 43 <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> 44 44 <?php -
src/wp-content/themes/twentythirteen/header.php
22 22 <meta charset="<?php bloginfo( 'charset' ); ?>"> 23 23 <meta name="viewport" content="width=device-width"> 24 24 <title><?php wp_title( '|', true, 'right' ); ?></title> 25 <link rel="profile" href="http ://gmpg.org/xfn/11">25 <link rel="profile" href="https://gmpg.org/xfn/11"> 26 26 <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> 27 27 <!--[if lt IE 9]> 28 28 <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js?ver=3.7.0"></script> -
src/wp-content/themes/twentytwelve/header.php
22 22 <meta charset="<?php bloginfo( 'charset' ); ?>" /> 23 23 <meta name="viewport" content="width=device-width" /> 24 24 <title><?php wp_title( '|', true, 'right' ); ?></title> 25 <link rel="profile" href="http ://gmpg.org/xfn/11" />25 <link rel="profile" href="https://gmpg.org/xfn/11" /> 26 26 <link rel="pingback" href="<?php echo esc_url( get_bloginfo( 'pingback_url' ) ); ?>"> 27 27 <?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?> 28 28 <!--[if lt IE 9]> -
src/wp-includes/theme-compat/header.php
18 18 <!DOCTYPE html> 19 19 <html xmlns="http://www.w3.org/1999/xhtml" <?php language_attributes(); ?>> 20 20 <head> 21 <link rel="profile" href="http ://gmpg.org/xfn/11" />21 <link rel="profile" href="https://gmpg.org/xfn/11" /> 22 22 <meta http-equiv="Content-Type" content="<?php bloginfo( 'html_type' ); ?>; charset=<?php bloginfo( 'charset' ); ?>" /> 23 23 24 24 <title><?php echo wp_get_document_title(); ?></title>
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)