• Resolved WP Turned UP

    (@wpturnedup)


    Hi. I’m looking to translate the ‘Maximum file size: %s.’ in WordPress Core, changng it to read a static value (e.g., Maximum file size: 100kb). Currently, it reads “Maximum file size: 128 MB.

    When I try that, I’m getting “Missing placeholders; source text formatting suggests at least 1.”

    Any advice here?

    Thank you!

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Tim W

    (@timwhitlock)

    My advice would be to configure the actual maximum upload file size. See wp_max_upload_size.

    You will get missing placeholder warnings, because the source string defines placeholders. The only way to suppress the warnings would be to flag the source string as being unformatted. There’s no point doing that, because the next WordPress update will simply put it back again.

Viewing 1 replies (of 1 total)

The topic ‘Maximum upload file size: %s.’ is closed to new replies.