Changeset 18930 for trunk/wp-admin/includes/dashboard.php
- Timestamp:
- 10/10/2011 07:54:26 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/includes/dashboard.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/includes/dashboard.php
r18920 r18930 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>' ), 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>';
Note: See TracChangeset
for help on using the changeset viewer.