Don't burden translators with a few strings we'll be changing.
git-svn-id: https://develop.svn.wordpress.org/trunk@18708 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
342180470d
commit
29fca1ba49
@ -2244,9 +2244,9 @@ function wp_pointer_enqueue( $hook_suffix ) {
|
|||||||
add_action( 'admin_enqueue_scripts', 'wp_pointer_enqueue' );
|
add_action( 'admin_enqueue_scripts', 'wp_pointer_enqueue' );
|
||||||
|
|
||||||
function _wp_pointer_print_admin_bar() {
|
function _wp_pointer_print_admin_bar() {
|
||||||
$pointer_content = '<h3>' . __('The admin bar has been updated in WordPress 3.3.') . '</h3>';
|
$pointer_content = '<h3>' . ('The admin bar has been updated in WordPress 3.3.') . '</h3>';
|
||||||
$pointer_content .= '<p>' . sprintf( __('Have some feedback? Visit this <a href="%s">ticket</a>.'), 'http://core.trac.wordpress.org/ticket/18197' ) . '</p>';
|
$pointer_content .= '<p>' . sprintf( ('Have some feedback? Visit this <a href="%s">ticket</a>.'), 'http://core.trac.wordpress.org/ticket/18197' ) . '</p>';
|
||||||
$pointer_content .= '<p>' . sprintf( __('P.S. You are looking at a new admin pointer. Chime in <a href="%s">here</a>.'), 'http://core.trac.wordpress.org/ticket/18693' ) . '</p>';
|
$pointer_content .= '<p>' . sprintf( ('P.S. You are looking at a new admin pointer. Chime in <a href="%s">here</a>.'), 'http://core.trac.wordpress.org/ticket/18693' ) . '</p>';
|
||||||
|
|
||||||
?>
|
?>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
|
Loading…
Reference in New Issue
Block a user