Skip to content

Commit

Permalink
Accidently inverted function names
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Feb 22, 2024
1 parent 35e4594 commit 784f996
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/class-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*
Expand All @@ -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.
*
Expand Down

0 comments on commit 784f996

Please sign in to comment.