|
@@ -143,7 +143,7 @@ |
|
|
block discarded – undo |
|
143
|
143
|
|
|
144
|
144
|
$links = array(); |
|
145
|
145
|
$links['add-ons'] = '<a href="' . simcal_ga_campaign_url( simcal_get_url( 'addons' ), 'core-plugin', 'plugin-listing' ) . '" target="_blank" >' . |
|
146
|
|
- __( 'Add-ons', 'google-calendar-events' ) . '</a>'; |
|
|
146
|
+ __( 'Add-ons', 'google-calendar-events' ) . '</a>'; |
|
147
|
147
|
|
|
148
|
148
|
return apply_filters( 'simcal_plugin_action_links', array_merge( $meta_links, $links ) ); |
|
149
|
149
|
} |
Please login to merge, or discard this patch.