Make WordPress Core

Changeset 20776


Ignore:
Timestamp:
05/11/2012 09:29:01 PM (13 years ago)
Author:
nacin
Message:

Translate the 'http://browsehappy.com/' URL. See http://wp.me/p10SQN-r8.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/dashboard.php

    r20612 r20776  
    11591159        }
    11601160        $notice .= "<p class='browser-update-nag{$browser_nag_class}'>{$msg}</p>";
    1161         $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>';
     1161        $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>';
    11621162        $notice .= '<p class="hide-if-no-js"><a href="" class="dismiss">' . __( 'Dismiss' ) . '</a></p>';
    11631163        $notice .= '<div class="clear"></div>';
Note: See TracChangeset for help on using the changeset viewer.