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
Branches
Tags
1 merge request!11Bump WP compat
Pipeline #4695 passed with warnings
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
**Donate link:** http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/ **Donate link:** http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/
**Tags:** link, redirect, external link, permalink **Tags:** link, redirect, external link, permalink
**Requires at least:** 3.0 **Requires at least:** 3.0
**Tested up to:** 5.7 **Tested up to:** 5.9
**Stable tag:** 1.2 **Stable tag:** 1.2
**License:** GPLv2 or later **License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html **License URI:** http://www.gnu.org/licenses/gpl-2.0.html
......
...@@ -149,7 +149,7 @@ class external_permalinks_redux { ...@@ -149,7 +149,7 @@ class external_permalinks_redux {
foreach ( $this->status_codes as $status_code => $explanation ) { foreach ( $this->status_codes as $status_code => $explanation ) {
echo '<option value="' . esc_attr( $status_code ) . '"'; echo '<option value="' . esc_attr( $status_code ) . '"';
selected( $status_code, (int) $type ); selected( $status_code, (int) $type );
echo '>' . esc_attr( $explanation ) . '</option>'; echo '>' . esc_html( $explanation ) . '</option>';
} }
?> ?>
</select> </select>
......
...@@ -3,7 +3,7 @@ Contributors: ethitter, thinkoomph ...@@ -3,7 +3,7 @@ Contributors: ethitter, thinkoomph
Donate link: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/ Donate link: http://www.thinkoomph.com/plugins-modules/external-permalinks-redux/
Tags: link, redirect, external link, permalink Tags: link, redirect, external link, permalink
Requires at least: 3.0 Requires at least: 3.0
Tested up to: 5.7 Tested up to: 5.9
Stable tag: 1.2 Stable tag: 1.2
License: GPLv2 or later License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html 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.
Please register or to comment