id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 49484,Add option 'OR' to wp_sprintf_l(),pedromendonca,SergeyBiryukov,"The result of a this function is filtered by wp_sprintf_l() with ' and ' type delimiters. Would it be awesome to include a third optional argument, a delimiter type ' or ', keeping the default ' and ' for backward compatibility. Current use: {{{wp_sprintf( '%s: %l', __( 'Some cool numbers' ), array( 1, 5, 10, 15 ) );}}} Output: ''Some cool numbers: 1, 5, 10, and 15'' Example of use: {{{wp_sprintf( '%s: %l', __( 'Some cool numbers' ), array( 1, 5, 10, 15 ), 'OR' );}}} Optional output: ''Some cool numbers: 1, 5, 10, **or** 15''",feature request,reviewing,normal,Future Release,Formatting,,normal,,has-patch,,