Make WordPress Core


Ignore:
Timestamp:
02/20/2008 07:30:55 PM (17 years ago)
Author:
ryan
Message:

Remove raquo from buttons. Props filosofo. fixes #5938

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/themes.php

    r6530 r6943  
    2020<div id="message1" class="updated fade"><p><?php _e('The active theme is broken.  Reverting to the default theme.'); ?></p></div>
    2121<?php elseif ( isset($_GET['activated']) ) : ?>
    22 <div id="message2" class="updated fade"><p><?php printf(__('New theme activated. <a href="%s">View site &raquo;</a>'), get_bloginfo('url') . '/'); ?></p></div>
     22<div id="message2" class="updated fade"><p><?php printf(__('New theme activated. <a href="%s">View site</a>'), get_bloginfo('url') . '/'); ?></p></div>
    2323<?php endif; ?>
    2424
Note: See TracChangeset for help on using the changeset viewer.