Skip to content

Commit 351cd68

Browse files
committed
Additional fixes
1 parent 7211888 commit 351cd68

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/wp-includes/class-wp-hook.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,11 +262,11 @@ public function has_filter( $hook_name = '', $callback = false, $priority = fals
262262
}
263263

264264
/**
265-
* Checks if any callbacks have been registered for this hook.
265+
* Checks if any callbacks have been registered for the filter hook.
266266
*
267267
* @since 4.7.0
268268
*
269-
* @return bool True if callbacks have been registered for the current hook, otherwise false.
269+
* @return bool True if callbacks have been registered for the filter hook, otherwise false.
270270
*/
271271
public function has_filters() {
272272
foreach ( $this->callbacks as $callbacks ) {

0 commit comments

Comments
 (0)