Numerous printf() issues #2

Open
opened 2021-08-01 20:47:09 +00:00 by kjodle · 0 comments
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
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: kjodle/portage#2
No description provided.