diff --git a/src/wp-includes/formatting.php b/src/wp-includes/formatting.php index a9972807791fa..75efc33fd6020 100644 --- a/src/wp-includes/formatting.php +++ b/src/wp-includes/formatting.php @@ -5392,9 +5392,9 @@ function wp_html_excerpt( $str, $count, $more = null ) { * * @global string $_links_add_base * - * @param string $content String to search for links in. - * @param string $base The base URL to prefix to links. - * @param array $attrs The attributes which should be processed. + * @param string $content String to search for links in. + * @param string $base The base URL to prefix to links. + * @param string[] $attrs The attributes which should be processed. * @return string The processed content. */ function links_add_base_url( $content, $base, $attrs = array( 'src', 'href' ) ) {