Skip to content

Commit c053add

Browse files
committed
Removes the return from filter docblock.
1 parent 757c34f commit c053add

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

inc/helpers.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ function botiga_upgrade_link( $medium = 'link', $content = '', $hashtag = '' ) {
229229
* @since 2.3.1
230230
*
231231
* @param string $medium Upgrade link medium.
232-
* @return string
233232
*/
234233
$upgrade = botiga_utm_link( $url, apply_filters( 'botiga_upgrade_link_medium', $medium ), $content, '', $hashtag );
235234

@@ -238,7 +237,7 @@ function botiga_upgrade_link( $medium = 'link', $content = '', $hashtag = '' ) {
238237
*
239238
* @since 2.3.1
240239
*
241-
* @param string $upgrade Upgrade links.
240+
* @param string $upgrade Upgrade link.
242241
*/
243242
return apply_filters( 'botiga_upgrade_link', $upgrade );
244243
}

0 commit comments

Comments
 (0)