Changeset 60805 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 09/28/2025 10:36:30 PM (2 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/meta-boxes.php (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r59784 r60805 1229 1229 1230 1230 ?> 1231 <fieldset><legend class="screen-reader-text"><span> 1232 <?php 1233 /* translators: Hidden accessibility text. */ 1234 _e( 'Target' ); 1235 ?> 1236 </span></legend> 1231 <fieldset><legend class="screen-reader-text"><span><?php _e( 'Target' ); ?></span></legend> 1237 1232 <p><label for="link_target_blank" class="selectit"> 1238 1233 <input id="link_target_blank" type="radio" name="link_target" value="_blank" <?php echo ( isset( $link->link_target ) && ( '_blank' === $link->link_target ) ? 'checked="checked"' : '' ); ?> /> … … 1322 1317 <td><input type="text" name="link_rel" id="link_rel" value="<?php echo ( isset( $link->link_rel ) ? esc_attr( $link->link_rel ) : '' ); ?>" /></td> 1323 1318 </tr> 1319 <?php $identity_group_title = /* translators: xfn: https://gmpg.org/xfn/ */ __( 'identity' ); ?> 1324 1320 <tr> 1325 <th scope="row"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'identity' ); ?></th>1321 <th scope="row"><?php echo $identity_group_title; ?></th> 1326 1322 <td><fieldset> 1327 <legend class="screen-reader-text"><span> 1328 <?php 1329 /* translators: Hidden accessibility text. xfn: https://gmpg.org/xfn/ */ 1330 _e( 'identity' ); 1331 ?> 1332 </span></legend> 1323 <legend class="screen-reader-text"><span><?php echo $identity_group_title; ?></span></legend> 1333 1324 <label for="me"> 1334 1325 <input type="checkbox" name="identity" value="me" id="me" <?php xfn_check( 'identity', 'me' ); ?> /> … … 1336 1327 </fieldset></td> 1337 1328 </tr> 1329 <?php $friendship_group_title = /* translators: xfn: https://gmpg.org/xfn/ */ __( 'friendship' ); ?> 1338 1330 <tr> 1339 <th scope="row"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'friendship' ); ?></th>1331 <th scope="row"><?php echo $friendship_group_title; ?></th> 1340 1332 <td><fieldset> 1341 <legend class="screen-reader-text"><span> 1342 <?php 1343 /* translators: Hidden accessibility text. xfn: https://gmpg.org/xfn/ */ 1344 _e( 'friendship' ); 1345 ?> 1346 </span></legend> 1333 <legend class="screen-reader-text"><span><?php echo $friendship_group_title; ?></span></legend> 1347 1334 <label for="contact"> 1348 1335 <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' ); ?> … … 1359 1346 </fieldset></td> 1360 1347 </tr> 1348 <?php $physical_group_title = /* translators: xfn: https://gmpg.org/xfn/ */ __( 'physical' ); ?> 1361 1349 <tr> 1362 <th scope="row"> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'physical' ); ?> </th>1350 <th scope="row"> <?php echo $physical_group_title; ?> </th> 1363 1351 <td><fieldset> 1364 <legend class="screen-reader-text"><span> 1365 <?php 1366 /* translators: Hidden accessibility text. xfn: https://gmpg.org/xfn/ */ 1367 _e( 'physical' ); 1368 ?> 1369 </span></legend> 1352 <legend class="screen-reader-text"><span><?php echo $physical_group_title; ?></span></legend> 1370 1353 <label for="met"> 1371 1354 <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' ); ?> … … 1373 1356 </fieldset></td> 1374 1357 </tr> 1358 <?php $professional_group_title = /* translators: xfn: https://gmpg.org/xfn/ */ __( 'professional' ); ?> 1375 1359 <tr> 1376 <th scope="row"> <?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'professional' ); ?> </th>1360 <th scope="row"> <?php echo $professional_group_title; ?> </th> 1377 1361 <td><fieldset> 1378 <legend class="screen-reader-text"><span> 1379 <?php 1380 /* translators: Hidden accessibility text. xfn: https://gmpg.org/xfn/ */ 1381 _e( 'professional' ); 1382 ?> 1383 </span></legend> 1362 <legend class="screen-reader-text"><span><?php echo $professional_group_title; ?></span></legend> 1384 1363 <label for="co-worker"> 1385 1364 <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' ); ?> … … 1390 1369 </fieldset></td> 1391 1370 </tr> 1371 <?php $geographical_group_title = /* translators: xfn: https://gmpg.org/xfn/ */ __( 'geographical' ); ?> 1392 1372 <tr> 1393 <th scope="row"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'geographical' ); ?></th>1373 <th scope="row"><?php echo $geographical_group_title; ?></th> 1394 1374 <td><fieldset> 1395 <legend class="screen-reader-text"><span> 1396 <?php 1397 /* translators: Hidden accessibility text. xfn: https://gmpg.org/xfn/ */ 1398 _e( 'geographical' ); 1399 ?> 1400 </span></legend> 1375 <legend class="screen-reader-text"><span><?php echo $geographical_group_title; ?></span></legend> 1401 1376 <label for="co-resident"> 1402 1377 <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' ); ?> … … 1410 1385 </fieldset></td> 1411 1386 </tr> 1387 <?php $family_group_title = /* translators: xfn: https://gmpg.org/xfn/ */ __( 'family' ); ?> 1412 1388 <tr> 1413 <th scope="row"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'family' ); ?></th>1389 <th scope="row"><?php echo $family_group_title; ?></th> 1414 1390 <td><fieldset> 1415 <legend class="screen-reader-text"><span> 1416 <?php 1417 /* translators: Hidden accessibility text. xfn: https://gmpg.org/xfn/ */ 1418 _e( 'family' ); 1419 ?> 1420 </span></legend> 1391 <legend class="screen-reader-text"><span><?php echo $family_group_title; ?></span></legend> 1421 1392 <label for="child"> 1422 1393 <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' ); ?> … … 1439 1410 </fieldset></td> 1440 1411 </tr> 1412 <?php $romantic_group_title = /* translators: xfn: https://gmpg.org/xfn/ */ __( 'romantic' ); ?> 1441 1413 <tr> 1442 <th scope="row"><?php /* translators: xfn: https://gmpg.org/xfn/ */ _e( 'romantic' ); ?></th>1414 <th scope="row"><?php echo $romantic_group_title; ?></th> 1443 1415 <td><fieldset> 1444 <legend class="screen-reader-text"><span> 1445 <?php 1446 /* translators: Hidden accessibility text. xfn: https://gmpg.org/xfn/ */ 1447 _e( 'romantic' ); 1448 ?> 1449 </span></legend> 1416 <legend class="screen-reader-text"><span><?php echo $romantic_group_title; ?></span></legend> 1450 1417 <label for="muse"> 1451 1418 <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' ); ?>
Note: See TracChangeset
for help on using the changeset viewer.