From 784f99626f80e198df8f8410130106d8a4300fb7 Mon Sep 17 00:00:00 2001 From: Joost de Valk Date: Thu, 22 Feb 2024 12:43:16 +0100 Subject: [PATCH] Accidently inverted function names --- src/class-plugin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/class-plugin.php b/src/class-plugin.php index 5ef23d7..31c47cb 100644 --- a/src/class-plugin.php +++ b/src/class-plugin.php @@ -135,7 +135,7 @@ private function get_allowed_spiders() { * * @return array */ - private function get_blocked_paths() { + private function get_allowed_paths() { /** * Filters the list of blocked paths. * @@ -155,7 +155,7 @@ private function get_blocked_paths() { * * @return array */ - private function get_allowed_paths() { + private function get_blocked_paths() { /** * Filters the list of allowed paths. *