Skip to content

Commit

Permalink
Merge branch 'amedina/amp-analytics-customizer' of github.com:Automat…
Browse files Browse the repository at this point in the history
…tic/amp-wp into amedina/amp-analytics-customizer
  • Loading branch information
mjangda committed Jul 20, 2017
2 parents 800dd95 + e641cdf commit 8c4244d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ public function render_title() {
<div class="amp-analytics-options notice <?php echo esc_attr( 'notice-' . $admin_notice_type ); ?> is-dismissible">
<p><?php echo esc_html( $admin_notice_text ); ?></p>
<button type="button" class="notice-dismiss">
<span class="screen-reader-text">Dismiss this notice.</span>
<span class="screen-reader-text"><?php __( 'Dismiss this notice.', 'amp' ) ?></span>
</button>
</div>
<?php endif;
Expand Down

0 comments on commit 8c4244d

Please sign in to comment.