Changeset 58774 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 07/21/2024 06:56:45 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r58682 r58774 1355 1355 </label> 1356 1356 <label for="friendship"> 1357 <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check( 'friendship' ); ?> /> <?php /* translators: xfn (friendship relation): http://gmpg.org/xfn/ */ _ x( 'none', 'Type of relation' ); ?>1357 <input name="friendship" type="radio" class="valinp" value="" id="friendship" <?php xfn_check( 'friendship' ); ?> /> <?php /* translators: xfn (friendship relation): http://gmpg.org/xfn/ */ _ex( 'none', 'Type of relation' ); ?> 1358 1358 </label> 1359 1359 </fieldset></td> … … 1406 1406 </label> 1407 1407 <label for="geographical"> 1408 <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check( 'geographical' ); ?> /> <?php /* translators: xfn (geographical relation): http://gmpg.org/xfn/ */ _ x( 'none', 'Type of relation' ); ?>1408 <input class="valinp" type="radio" name="geographical" value="" id="geographical" <?php xfn_check( 'geographical' ); ?> /> <?php /* translators: xfn (geographical relation): http://gmpg.org/xfn/ */ _ex( 'none', 'Type of relation' ); ?> 1409 1409 </label> 1410 1410 </fieldset></td> … … 1435 1435 </label> 1436 1436 <label for="family"> 1437 <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check( 'family' ); ?> /> <?php /* translators: xfn (family relation): http://gmpg.org/xfn/ */ _ x( 'none', 'Type of relation' ); ?>1437 <input class="valinp" type="radio" name="family" value="" id="family" <?php xfn_check( 'family' ); ?> /> <?php /* translators: xfn (family relation): http://gmpg.org/xfn/ */ _ex( 'none', 'Type of relation' ); ?> 1438 1438 </label> 1439 1439 </fieldset></td>
Note: See TracChangeset
for help on using the changeset viewer.