Changeset 2863931
- Timestamp:
- 02/12/2023 01:01:53 PM (3 years ago)
- Location:
- payment-gateway-for-swish-givewp
- Files:
-
- 2 edited
-
tags/1.0.1/src/Plugin.php (modified) (1 diff)
-
trunk/src/Plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
payment-gateway-for-swish-givewp/tags/1.0.1/src/Plugin.php
r2863648 r2863931 88 88 { 89 89 if ($file == GIVESWISH_PLUGIN_BASENAME) { 90 $links[] = '<a style="color:green;font-weight:650;" href="mailto:[email protected]" target="_blank">' . __(' Hire Developer', 'giveswish') . '</a>';90 $links[] = '<a style="color:green;font-weight:650;" href="mailto:[email protected]" target="_blank">' . __('Get Help', 'giveswish') . '</a>'; 91 91 } 92 92 return $links; -
payment-gateway-for-swish-givewp/trunk/src/Plugin.php
r2862708 r2863931 88 88 { 89 89 if ($file == GIVESWISH_PLUGIN_BASENAME) { 90 $links[] = '<a style="color:green;font-weight:650;" href="mailto:[email protected]" target="_blank">' . __(' Hire Developer', 'giveswish') . '</a>';90 $links[] = '<a style="color:green;font-weight:650;" href="mailto:[email protected]" target="_blank">' . __('Get Help', 'giveswish') . '</a>'; 91 91 } 92 92 return $links;
Note: See TracChangeset
for help on using the changeset viewer.