Skip to content

Commit

Permalink
layout improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
thenickless committed Oct 4, 2024
1 parent 989f4f0 commit 59b713e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/Shortcode.php
Original file line number Diff line number Diff line change
Expand Up @@ -732,8 +732,8 @@ private function display_edit_link_form()
<h2>
<?php echo __('Edit Link', 'rrze-shorturl'); ?>
</h2>
<span><?php echo $link_data['short_url']; ?></span>
<form id="edit-link-form" method="post" action="">
<span><?php echo $link_data['short_url']; ?></span><br><br>
<input type="hidden" name="action" value="update_link">
<input type="hidden" name="link_id" value="<?php echo esc_attr($link_id); ?>">
<input type="hidden" name="domain_id" value="<?php echo esc_attr($link_data['domain_id']); ?>">
Expand Down

0 comments on commit 59b713e

Please sign in to comment.