PluginProbe
Advanced Ads – Ad Manager & AdSense / 1.8.1
Advanced Ads – Ad Manager & AdSense v1.8.1
2.0.26 2.0.25 2.0.24 2.0.23 2.0.22 2.0.21 1.38.0 1.39.0 1.39.1 1.39.2 1.39.3 1.39.4 1.4.0 1.4.1 1.4.2 1.4.3 1.4.4 1.4.5 1.4.6 1.4.7 1.4.8 1.4.9 1.40.0 1.40.1 1.40.2 All 348 releases
← All changes | classes/widget.php +1 -1 1.81.8.1 View file →
@@ -57,9 +57,9 @@
57 57 $instance = wp_parse_args( (array) $instance, array('title' => '', 'item_id' => '') );
58 58 $title = strip_tags( $instance['title'] );
59 59 $elementid = $instance['item_id'];
60 60
61 - ?><p><label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:' ); ?></label>
61 + ?><p><label for="<?php echo $this->get_field_id( 'title' ); ?>"><?php _e( 'Title:', 'advanced-ads' ); ?></label>
62 62 <input class="widefat" id="<?php echo $this->get_field_id( 'title' ); ?>" name="<?php echo $this->get_field_name( 'title' ); ?>" type="text" value="<?php echo esc_attr( $title ); ?>" /></p><?php
63 63
64 64 $items = array_merge( self::items_for_select(), self::widget_placements_for_select() );
65 65 ?>