PluginProbe
Jetpack – WP Security, Backup, Speed, & Growth / 7.7
Jetpack – WP Security, Backup, Speed, & Growth v7.7
16.2-beta 12.0.3 12.1.3 12.2.3 12.3.2 12.4.2 12.5.2 12.6.4 12.7.3 12.8.3 12.9.5 13.0.2 13.1.5 13.2.4 13.3.3 13.4.5 13.5.2 13.6.2 13.7.2 13.8.3 13.9.2 14.0.1 14.1.1 14.2.2 14.3.1 All 501 releases
← All changes | modules/sharedaddy/sharedaddy.php +3 -3 7.6.47.7 View file →
@@ -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 }