Skip to content

Commit

Permalink
refactor: remove the array value converter
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Sep 4, 2024
1 parent 28007e8 commit d4769e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/views/template_parts.php
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ public function link_excerpt_more( $moretag, $post_id = null ) {
$new_moretag = '';
}

$read_more_args = (array) apply_filters(
$read_more_args = apply_filters(
'neve_read_more_args',
array(
'text' => esc_html__( 'Read More', 'neve' ) . ' »',
Expand Down

0 comments on commit d4769e6

Please sign in to comment.