Skip to content

Commit

Permalink
Add @access private, following example of other functions
Browse files Browse the repository at this point in the history
  • Loading branch information
daveagp authored Jun 16, 2024
1 parent e1d8d56 commit 055c7ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wp-includes/functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -8868,6 +8868,7 @@ function wp_fuzzy_number_match( $expected, $actual, $precision = 1 ) {
* misinterpretation from some email clients.
*
* @since 6.6.0
* @access private
*
* @param string $url The URL to encode.
* @return string The new encoded URL.
Expand Down

0 comments on commit 055c7ab

Please sign in to comment.