Plugin Directory

Changeset 879359

Timestamp:
03/21/2014 09:26:58 AM (10 years ago)
Author:
eoigal
Message:

fix bug with variable in string text domain - https://plugins.trac.wordpress.org/ticket/2176

Location:
akismet/trunk/views
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • akismet/trunk/views/notice.php

    r878668 r879359  
    2222<?php elseif ( $type == 'alert' ) :?>
    2323<div class='error'>
    24     <p><strong><?php printf( esc_html__( 'Akismet Error Code: %s', $code , 'akismet') ); ?></strong></p>
     24    <p><strong><?php printf( esc_html__( 'Akismet Error Code: %s', ); ?></strong></p>
    2525    <p><?php echo esc_html( $msg ); ?></p>
    2626    <p><?php
  • akismet/trunk/views/start.php

    r878668 r879359  
    7171<div class="activate-highlight centered activate-option">
    7272    <strong class="small-heading"><?php esc_html_e( 'Connected via Jetpack' , 'akismet'); ?></strong>
    73     <h3 class="alert-text" s><?php printf( esc_html__( 'Your subscription for %s is suspended' , 'akismet'), $akismet_user->user_email ); ?></h3>
     73    <h3 class="alert-text"><?php printf( esc_html__( 'Your subscription for %s is suspended' , 'akismet'), $akismet_user->user_email ); ?></h3>
    7474    <p><?php esc_html_e('No worries! Get in touch and we&#8217;ll help sort this out.', 'akismet'); ?></p>
    7575    <a href="https://akismet.com/contact" class="button button-primary"><?php esc_html_e( 'Contact Akismet support' , 'akismet'); ?></a>
Note: See TracChangeset for help on using the changeset viewer.