Skip to content

Commit f68ebcf

Browse files
committed
udpate function name for auto updater
1 parent f068e3f commit f68ebcf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

http2-server-push-preload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
require_once( dirname( __FILE__ ) . '/vendor/autoload.php' );
1717
require_once( dirname( __FILE__ ) . '/lib/functions.php' );
1818

19-
add_action( 'init', 'activate_autoupdate' );
19+
add_action( 'init', 'http2_server_push_preload_activate_autoupdate' );
2020

21-
function activate_autoupdate() {
21+
function http2_server_push_preload_activate_autoupdate() {
2222
$plugin_slug = plugin_basename( __FILE__ ); // e.g. `hello/hello.php`.
2323
$gh_user = 'tarosky'; // The user name of GitHub.
2424
$gh_repo = 'http2-server-push-preload'; // The repository name of your plugin.

0 commit comments

Comments
 (0)