| @@ -3,10 +3,10 @@ | ||
| 3 | 3 | Plugin Name: Sharedaddy |
| 4 | 4 | Description: The most super duper sharing tool on the interwebs. |
| 5 | 5 | Version: 0.3.1 |
| 6 | 6 | Author: Automattic, Inc. |
| 7 | -Author URI: http://automattic.com/ | |
| 8 | -Plugin URI: http://en.blog.wordpress.com/2010/08/24/more-ways-to-share/ | |
| 7 | +Author URI: https://automattic.com/ | |
| 8 | +Plugin URI: https://en.blog.wordpress.com/2010/08/24/more-ways-to-share/ | |
| 9 | 9 | */ |
| 10 | 10 | |
| 11 | 11 | require_once plugin_dir_path( __FILE__ ).'sharing.php'; |
| 12 | 12 | |
| @@ -221,9 +221,9 @@ | ||
| 221 | 221 | |
| 222 | 222 | function sharing_add_plugin_settings($links, $file) { |
| 223 | 223 | if ( $file == basename( dirname( __FILE__ ) ).'/'.basename( __FILE__ ) ) { |
| 224 | 224 | $links[] = '<a href="options-general.php?page=sharing.php">' . __( 'Settings', 'jetpack' ) . '</a>'; |
| 225 | - $links[] = '<a href="http://support.wordpress.com/sharing/" rel="noopener noreferrer" target="_blank">' . __( 'Support', 'jetpack' ) . '</a>'; | |
| 225 | + $links[] = '<a href="https://support.wordpress.com/sharing/" rel="noopener noreferrer" target="_blank">' . __( 'Support', 'jetpack' ) . '</a>'; | |
| 226 | 226 | } |
| 227 | 227 | |
| 228 | 228 | return $links; |
| 229 | 229 | } |