Changeset 2198551 for https-redirection
- Timestamp:
- 11/22/2019 03:06:48 AM (6 years ago)
- File:
-
- 1 edited
-
https-redirection/trunk/https-redirection.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
https-redirection/trunk/https-redirection.php
r2198540 r2198551 111 111 112 112 if ( $file == $this_plugin ) { 113 $settings_link = '<a href=" admin.php?page=https-redirection">' . __( 'Settings', 'https_redirection' ) . '</a>';113 $settings_link = '<a href="options-general.php?page=https-redirection">' . __( 'Settings', 'https_redirection' ) . '</a>'; 114 114 array_unshift( $links, $settings_link ); 115 115 } … … 120 120 $base = plugin_basename( __FILE__ ); 121 121 if ( $file == $base ) { 122 $links[] = '<a href=" admin.php?page=https-redirection">' . __( 'Settings', 'https_redirection' ) . '</a>';122 $links[] = '<a href="options-general.php?page=https-redirection">' . __( 'Settings', 'https_redirection' ) . '</a>'; 123 123 } 124 124 return $links;
Note: See TracChangeset
for help on using the changeset viewer.