Changeset 55751
- Timestamp:
- 05/11/2023 03:03:59 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/edit-link-form.php
r55412 r55751 122 122 <h2 class="postbox-header"><label for="link_url"><?php _e( 'Web Address' ); ?></label></h2> 123 123 <div class="inside"> 124 <input type="text" name="link_url" size="30" maxlength="255" class="code" value="<?php echo esc_ attr( $link->link_url ); ?>" id="link_url" />124 <input type="text" name="link_url" size="30" maxlength="255" class="code" value="<?php echo esc_url( $link->link_url ); ?>" id="link_url" /> 125 125 <p><?php _e( 'Example: <code>https://wordpress.org/</code> — do not forget the <code>https://</code>' ); ?></p> 126 126 </div>
Note: See TracChangeset
for help on using the changeset viewer.