Skip to content

Commit

Permalink
Fix function name call.
Browse files Browse the repository at this point in the history
  • Loading branch information
boonebgorges committed May 21, 2021
1 parent 73a59e9 commit e25a1a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion parts/pf-tools/tab-retrieval-status.tpl.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

$feed_hb_state = get_option( PF_SLUG . '_feeds_hb_state' );
$iteration = $feed_hb_state['feeds_iteration'] + 1;
print_r(
printf(
esc_html__( 'Retrieving feeds. Currently at %1$s feed number %2$s of %3$s', 'pf' ),
'<span id="rf-feed-title">' . esc_html( $feed_hb_state['feed_title'] ) . '</span>',
'<span id="rf-iteration">' . esc_html( $iteration ) . '</span>',
Expand Down

0 comments on commit e25a1a2

Please sign in to comment.