Ticket #17980: paragraph_tag.patch
| File paragraph_tag.patch, 1013 bytes (added by pavelevap, 2 years ago) |
|---|
-
dashboard.php
1189 1189 $browser_nag_class = ' has-browser-icon'; 1190 1190 } 1191 1191 $notice .= "<p class='browser-update-nag{$browser_nag_class}'>{$msg}</p>"; 1192 $notice .= sprintf( __( '<p><a href="%1$s" class="update-browser-link">Update %2$s</a> or learn how to <a href="%3$s" class="browse-happy-link">browse happy</a></p>' ), esc_attr( $response['update_url'] ), esc_html( $response['name'] ), 'http://browsehappy.com/' );1192 $notice .= '<p>' . sprintf( __( '<a href="%1$s" class="update-browser-link">Update %2$s</a> or learn how to <a href="%3$s" class="browse-happy-link">browse happy</a></p>' ), esc_attr( $response['update_url'] ), esc_html( $response['name'] ), 'http://browsehappy.com/' ) . '</p>'; 1193 1193 $notice .= '<p class="hide-if-no-js"><a href="" class="dismiss">' . __( 'Dismiss' ) . '</a></p>'; 1194 1194 $notice .= '<div class="clear"></div>'; 1195 1195 }