Numerous printf() issues #2

Open
opened 3 years ago by kjodle · 0 comments
kjodle commented 3 years ago
Owner

See for example, line 258 of functions/template-tags.php:

printf(__( 'Powered by %1$s and the %2$s.', 'portage' ), $afwp, $afaf );

$afwp should change to $porcp and $afaf should change to something like $por.

See for example, line 258 of functions/template-tags.php: ``` printf(__( 'Powered by %1$s and the %2$s.', 'portage' ), $afwp, $afaf ); ``` `$afwp` should change to `$porcp` and `$afaf` should change to something like `$por`.
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.