Skip to content

Commit

Permalink
Fix travis error
Browse files Browse the repository at this point in the history
  • Loading branch information
ramiy committed Oct 29, 2016
1 parent 93d55da commit cb0b487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion includes/admin/views/html-admin-page-status-report.php
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@
<td class="help">&nbsp;</td>
<td><?php
/* translators: %s: plugin author */
printf( __( 'by %s' 'woocommerce' ), $plugin['author_name'] );
printf( __( 'by %s', 'woocommerce' ), $plugin['author_name'] );
echo ' &ndash; ' . esc_html( $plugin['version'] ) . $version_string . $network_string;
?></td>
</tr>
Expand Down

0 comments on commit cb0b487

Please sign in to comment.