Changeset 35015 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 10/10/2015 04:33:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r34714 r35015 245 245 <h1><?php echo esc_html( $title ); ?></h1> 246 246 <div class="editwidget"<?php echo $width; ?>> 247 <h 3><?php printf( __( 'Widget %s' ), $name ); ?></h3>247 <h2><?php printf( __( 'Widget %s' ), $name ); ?></h2> 248 248 249 249 <form action="widgets.php" method="post"> … … 362 362 <div class="sidebar-name"> 363 363 <div class="sidebar-name-arrow"><br /></div> 364 <h 3><?php _e('Available Widgets'); ?> <span id="removing-widget"><?php _ex('Deactivate', 'removing-widget'); ?> <span></span></span></h3>364 <h2><?php _e( 'Available Widgets' ); ?> <span id="removing-widget"><?php _ex( 'Deactivate', 'removing-widget' ); ?> <span></span></span></h2> 365 365 </div> 366 366 <div class="widget-holder">
Note: See TracChangeset
for help on using the changeset viewer.