Changeset 53745 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 07/21/2022 09:02:52 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r53100 r53745 725 725 } 726 726 727 $html = '<input class="shortlink-input" type="text" readonly="readonly" value="' . esc_attr( $short ) . '" />';727 $html = '<input class="shortlink-input" type="text" readonly="readonly" value="' . esc_attr( $short ) . '" aria-label="' . __( 'Shortlink' ) . '" />'; 728 728 729 729 $wp_admin_bar->add_node(
Note: See TracChangeset
for help on using the changeset viewer.