Skip to content
Snippets Groups Projects
Commit 02863ba4 authored by Erick Hitter's avatar Erick Hitter
Browse files

Merge branch 'bump-wp-compat' into 'master'

Bump WP compat

See merge request !11
parents 4e765205 723e8f26
No related branches found
No related tags found
1 merge request!11Bump WP compat
Pipeline #4695 passed with warnings with stages
in 2 minutes and 28 seconds
......@@ -3,7 +3,7 @@
**Donate link:** http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/
**Tags:** link, redirect, external link, permalink
**Requires at least:** 3.0
**Tested up to:** 5.7
**Tested up to:** 5.9
**Stable tag:** 1.2
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
......@@ -149,7 +149,7 @@ class external_permalinks_redux {
foreach ( $this->status_codes as $status_code => $explanation ) {
echo '<option value="' . esc_attr( $status_code ) . '"';
selected( $status_code, (int) $type );
echo '>' . esc_attr( $explanation ) . '</option>';
echo '>' . esc_html( $explanation ) . '</option>';
}
?>
</select>
......
......@@ -3,7 +3,7 @@ Contributors: ethitter, thinkoomph
Donate link: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/
Tags: link, redirect, external link, permalink
Requires at least: 3.0
Tested up to: 5.7
Tested up to: 5.9
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment