Skip to content

Commit

Permalink
【Fix】修复无法进入插件入口的BUG
Browse files Browse the repository at this point in the history
  • Loading branch information
LuRenJiasWorld committed Apr 14, 2020
1 parent 00ac331 commit 4f7dd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Utils/PluginMeta.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public function __construct($text_domain) {
public function add_settings_link($actions) {
return array_merge(
array(
'<a href=' . admin_url("options-general.php?page=wp-editormd-settings") . 'rel="nofollow">' . __("Settings", $this->text_domain) . "</a>",
'<a href=' . admin_url("options-general.php?page=wp-editormd-settings") . '&rel="nofollow">' . __("Settings", $this->text_domain) . "</a>",
'<a href="https://github.com/LuRenJiasWorld/WP-Editor.md" target="_blank" rel="nofollow">' . __("Github", $this->text_domain) . "</a>"
),
$actions
Expand Down

0 comments on commit 4f7dd0f

Please sign in to comment.