Plugin Directory

akismet

Opened 10 years ago

Closed 10 years ago

#2176 closed defect (fixed)

Fix variable in string text domain

Reported by: netweb's profile netweb's profile netweb Owned by: matt's profile matt's profile matt
Priority: normal Severity: normal
Plugin: akismet Keywords: has-patch
Cc: eoigal

Description

Current:
<?php printf( esc_html__( 'Akismet Error Code: %s', $code , 'akismet') ); ?>
Fix:
<?php printf( esc_html__( 'Akismet Error Code: %s', 'akismet'), $code ); ?>

See theme-developer-handbook/theme-functionality/internationalization/#variables

Related: #WP20882, r878796 & r878668

Attachments (1)

notice.php.patch (971 bytes) - added by netweb 10 years ago.

Download all attachments as: .zip

Change History (4)

@netweb
10 years ago

#1 @netweb
10 years ago

  • Component changed from not-listed to akismet
  • Owner set to matt

Hmmm... I did set it to 'akismet', lets try this again...

#2 @netweb
10 years ago

Grrrr.... I did NOT set the owner to 'matt' just then cc @nacin

#3 @eoigal
10 years ago

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.