Skip to content

Commit 7be11fa

Browse files
committed
More custom font woes.
Signed-off-by: Kev Provance <[email protected]>
1 parent 180156f commit 7be11fa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

redux-core/inc/extensions/custom_fonts/class-redux-extension-custom-fonts.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,11 +278,11 @@ public function get_fonts() {
278278
/**
279279
* Add custom fonts.
280280
*
281-
* @param array $custom_fonts Custom fonts.
281+
* @param mixed $custom_fonts Custom fonts.
282282
*
283283
* @return array
284284
*/
285-
public function add_custom_fonts( array $custom_fonts ): array {
285+
public function add_custom_fonts( $custom_fonts ): array {
286286
if ( empty( $custom_fonts ) ) {
287287
$custom_fonts = array();
288288
}

0 commit comments

Comments
 (0)