Changeset 62316
- Timestamp:
- 05/07/2026 04:55:00 AM (4 weeks ago)
- Location:
- branches/7.0
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-admin/includes/meta-boxes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/7.0
-
branches/7.0/src/wp-admin/includes/meta-boxes.php
r61764 r62316 1454 1454 </tr> 1455 1455 <tr> 1456 <th scope="row"><label for="link_notes"><?php _e( 'Notes' ); ?></label></th> 1456 <th scope="row"> 1457 <label for="link_notes"> 1458 <?php 1459 /* translators: Label for the Notes textarea in the Link Manager edit screen. */ 1460 _ex( 'Notes', 'Link manager notes field label' ); 1461 ?> 1462 </label> 1463 </th> 1457 1464 <td><textarea name="link_notes" id="link_notes" rows="10"><?php echo $link->link_notes ?? ''; // textarea_escaped ?></textarea></td> 1458 1465 </tr>
Note: See TracChangeset
for help on using the changeset viewer.