|
1
|
<?php |
|
2
|
/** |
|
3
|
* Widget Link
|
|
4
|
*
|
|
5
|
* The template wrapper for the link to widget options.
|
|
6
|
*
|
|
7
|
* @package ShareThisFollowButtons
|
|
8
|
*/ |
|
9
|
|
|
10
|
?> |
|
11
|
<a class="button button-primary" href="<?php echo esc_url( admin_url( 'widgets.php' ) ); ?>"> |
|
12
|
Go To Widget Options |
|
13
|
</a> |
|
14
|
|