| @@ -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 | ?> |