Skip to content

Commit fced7d4

Browse files
author
Pavel Sergeev
committed
settings page link fixed
1 parent c5b0308 commit fced7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iframely/iframely.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function iframely_create_api_link () {
117117

118118
# Create link to plugin options page from plugins list
119119
function iframely_plugin_add_settings_link( $links ) {
120-
$settings_link = '<a href="admin.php?page=iframely/iframely.php">Settings</a>';
120+
$settings_link = '<a href="admin.php?page=iframely_settings_page">Settings</a>';
121121
array_push( $links, $settings_link );
122122
return $links;
123123
}

0 commit comments

Comments
 (0)