Skip to content

Commit

Permalink
[skip e2e] fix params comment on external link function
Browse files Browse the repository at this point in the history
  • Loading branch information
selul committed Jun 9, 2021
1 parent 4b01513 commit 71d53d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions globals/utilities.php
Original file line number Diff line number Diff line change
Expand Up @@ -1334,9 +1334,9 @@ function neve_get_headings_selectors() {
* This should be used only in admin context, i.e options page, customizer
* and it will automatically be switched off if the whitelabel is on.
*
* @param string $link Link url.
* @param string string $text Link text.
* @param bool false $echo Echo the result.
* @param string $link Link url.
* @param string $text Link text.
* @param bool $echo Echo the result.
*
* @return string Full anchor tag.
*/
Expand Down

0 comments on commit 71d53d6

Please sign in to comment.