Changeset 7345 for trunk/wp-admin/widgets.php
- Timestamp:
- 03/17/2008 06:07:06 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/widgets.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/widgets.php
r7281 r7345 187 187 <div class="widget-liquid-left-holder"> 188 188 <div id="available-widgets-filter" class="widget-liquid-left"> 189 <h3><?php printf( __('Available Widgets %s'), '<a href="#help:available-widgets" class="wp-context-help">?</a>'); ?></h3>189 <h3><?php _e('Available Widgets'); ?></h3> 190 190 <div class="nav"> 191 191 <select name="show"> … … 203 203 204 204 <div id="available-sidebars" class="widget-liquid-right"> 205 <h3><?php printf( __('Current Widgets %s'), '<a href="#help:current-widgets" class="wp-context-help">?</a>'); ?></h3>205 <h3><?php _e('Current Widgets'); ?></h3> 206 206 207 207 <div class="nav">
Note: See TracChangeset
for help on using the changeset viewer.