Displaying 1 result from an estimated 1 matches for "acf_sprintf".
2009 Oct 12
2
SPRINTF option : format %1$s not supported
...if
a format specifier is not recognized.
I'm trying use sprintf option allowing to swap argument display according
format string.
More precisely, I'm trying to this "%1$s" specifier (which means "use 1st
argument").
Then, the reply is :
ERROR[3185]: func_strings.c:547 acf_sprintf: Format type not supported:
'%1$' with argument '1234'
Though the message is clear, before giving up, I thought I should ask here
if someone could successfully use the
"%1$s" specifier (which is very useful when you want to localize some
messages or output some command st...