Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Commit 47cffe8

Browse files
committed
load impression beacon over HTTPS
1 parent 6761d81 commit 47cffe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

admin/settings.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ public static function plugin_action_links( $links, $file ) {
335335
public static function stats_beacon( $app_id = '' ) {
336336
$debug = self::debug_output( $app_id );
337337
if ( ! empty( $debug ) )
338-
echo '<div><img src="http://www.facebook.com/impression.php?' . http_build_query( array( 'plugin' => 'wordpress', 'payload' => json_encode( $debug ) ) ) . '" width="1" height="1" alt=" " /></div>';
338+
echo '<div><img src="https://www.facebook.com/impression.php?' . http_build_query( array( 'plugin' => 'wordpress', 'payload' => json_encode( $debug ) ) ) . '" width="1" height="1" alt=" " /></div>';
339339
}
340340

341341
/**

0 commit comments

Comments
 (0)