ad-edit-bar.php
14 lines
| 1 | <?php |
| 2 | /** |
| 3 | * Edit bar for ads. |
| 4 | * |
| 5 | * @package AdvanceAds |
| 6 | * |
| 7 | * @var Ad $this Ad instance. |
| 8 | */ |
| 9 | |
| 10 | ?> |
| 11 | <div class="advads-edit-bar advads-edit-appear"> |
| 12 | <a href="<?php echo esc_url( $this->get_edit_link() ); ?>" class="advads-edit-button" title="<?php echo esc_attr( wp_strip_all_tags( $this->get_title() ) ); ?>" rel="nofollow"><span class="dashicons dashicons-edit"></span></a> |
| 13 | </div> |
| 14 |