Skip to content
Snippets Groups Projects
Commit 5c06d70c authored by dyszczo's avatar dyszczo
Browse files

Settings should open in default target #dyszczo-65

parent 707313bf
No related branches found
No related tags found
1 merge request!27Settings should open in default target #dyszczo-65
Pipeline #8802 passed with stages
in 2 minutes and 33 seconds
## [1.4.2] - 2020-05-15
### Changed
- Settings should open in default target
## [1.4.1] - 2019-11-19
### Fixed
- Invalid return type in Hookable interface
......
......@@ -211,7 +211,7 @@ abstract class AbstractPlugin extends SlimPlugin {
if ( $this->settings_url ) {
$plugin_links = [
'<a target="_blank" href="' . $this->settings_url . '">' . __( 'Settings', $this->get_text_domain() ) . '</a>',
'<a href="' . $this->settings_url . '">' . __( 'Settings', $this->get_text_domain() ) . '</a>',
];
$links = array_merge( $plugin_links, $links );
}
......
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