From 0914c92da22824025992c368c745546e41fbeb84 Mon Sep 17 00:00:00 2001 From: Yury German Date: Wed, 22 May 2019 01:01:36 -0400 Subject: Adding Plugins Updating the following akismet.4.1.2, google-authenticator.0.52, jetpack.7.3.1 Signed-off-by: Yury German --- .../sync/class.jetpack-sync-module-protect.php | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 plugins/jetpack/sync/class.jetpack-sync-module-protect.php (limited to 'plugins/jetpack/sync/class.jetpack-sync-module-protect.php') diff --git a/plugins/jetpack/sync/class.jetpack-sync-module-protect.php b/plugins/jetpack/sync/class.jetpack-sync-module-protect.php new file mode 100644 index 00000000..a8dcd43e --- /dev/null +++ b/plugins/jetpack/sync/class.jetpack-sync-module-protect.php @@ -0,0 +1,23 @@ +has_login_ability() && ! Jetpack_Constants::is_true( 'XMLRPC_REQUEST' ) ) { + do_action( 'jetpack_valid_failed_login_attempt', $failed_attempt ); + } + } +} -- cgit v1.2.3-65-gdbad