Changeset 45926 for trunk/src/wp-admin/widgets.php
- Timestamp:
- 09/01/2019 05:12:43 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/widgets.php
r45674 r45926 293 293 <h1><?php echo esc_html( $title ); ?></h1> 294 294 <div class="editwidget"<?php echo $width; ?>> 295 <h2><?php printf( __( 'Widget %s' ), $name ); ?></h2> 295 <h2> 296 <?php 297 /* translators: %s: widget name */ 298 printf( __( 'Widget %s' ), $name ); 299 ?> 300 </h2> 296 301 297 302 <form action="widgets.php" method="post">
Note: See TracChangeset
for help on using the changeset viewer.