Make WordPress Core

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#37807 closed defect (bug) (invalid)

Error when copy/paste for search a plugin

Reported by: ramonjosegn Owned by:
Priority: normal Milestone:
Component: I18N Version: 4.6
Severity: normal Keywords:
Cc: Focuses:

Description

Hi dears
When version 4.6 WordPress when I copy and paste in the form for search a plugin somatimes show this notice

printf(): Too few arguments in /home/miwebsitenow/public_html/wp-admin/includes/plugin-install.php on line 213

Thanks for support

Change History (7)

#1 follow-up: @swissspidy
10 years ago

  • Keywords reporter-feedback added

Interesting. Line 213 is a simple printf with one placeholder and two arguments (string + variable to fill the placeholder), so all looks good there.

Are you using WordPress in a language other than English?

#2 in reply to: ↑ 1 @ramonjosegn
10 years ago

Replying to swissspidy:

Interesting. Line 213 is a simple printf with one placeholder and two arguments (string + variable to fill the placeholder), so all looks good there.

Are you using WordPress in a language other than English?

Hello,yes I am using WordPress in spanish

#3 follow-up: @SergeyBiryukov
10 years ago

  • Component PluginsI18N
  • Keywords close added; reporter-feedback removed

This is a problem with the Spanish translation of the string, it has an extra placeholder.

@luisrull or @bi0xid, could you correct the translation?

#4 @ramonjosegn
10 years ago

Thanks for revision.

#5 in reply to: ↑ 3 @luisrull
10 years ago

Fixed
Thanks
Replying to SergeyBiryukov:

This is a problem with the Spanish translation of the string, it has an extra placeholder.

@luisrull or @bi0xid, could you correct the translati

#6 @SergeyBiryukov
10 years ago

  • Keywords close removed
  • Milestone Awaiting Review
  • Resolutioninvalid
  • Status newclosed

Thanks @ramonjosegn for the report an @luisrull for the fix.

Note: See TracTickets for help on using tickets.