Changeset 61456 for trunk/src/wp-admin/includes/meta-boxes.php
- Timestamp:
- 01/09/2026 04:20:21 AM (6 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/meta-boxes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/meta-boxes.php
r61440 r61456 1266 1266 } 1267 1267 1268 $link_rel = isset( $link->link_rel ) ? $link->link_rel :'';1268 $link_rel = $link->link_rel ?? ''; 1269 1269 $link_rels = preg_split( '/\s+/', $link_rel ); 1270 1270 … … 1455 1455 <tr> 1456 1456 <th scope="row"><label for="link_notes"><?php _e( 'Notes' ); ?></label></th> 1457 <td><textarea name="link_notes" id="link_notes" rows="10"><?php echo ( isset( $link->link_notes ) ? $link->link_notes : '' ); // textarea_escaped ?></textarea></td>1457 <td><textarea name="link_notes" id="link_notes" rows="10"><?php echo $link->link_notes ?? ''; // textarea_escaped ?></textarea></td> 1458 1458 </tr> 1459 1459 <tr>
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)