Skip to content

Commit

Permalink
Merge pull request #89 from angelleye/PFWMA-226
Browse files Browse the repository at this point in the history
Fix Typo, PFWMA-226
  • Loading branch information
kcppdevelopers authored Apr 26, 2021
2 parents bd24719 + a7f8205 commit 8c5ff20
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,12 @@ public function display_plugin_admin_page_submenu() {
if (empty($_GET['section'])) {
echo 'current';
}
?>"><?php echo __('All PayPal Acounts', 'angelleye-paypal-shipment-tracking-woocommerce'); ?></a> |</li>
?>"><?php echo __('All PayPal Accounts', 'angelleye-paypal-shipment-tracking-woocommerce'); ?></a> |</li>
<li><a href="<?php echo esc_url(admin_url('admin.php?page=wc-settings&tab=multi_account_management&section=add_edit_account')); ?>" class="<?php
if (!empty($_GET['section']) && $_GET['section'] == 'add_edit_account') {
echo 'current';
}
?>"><?php echo __('Add / Edit Acounts', 'angelleye-paypal-shipment-tracking-woocommerce'); ?></a> | </li>
?>"><?php echo __('Add / Edit Accounts', 'angelleye-paypal-shipment-tracking-woocommerce'); ?></a> | </li>
<li><a href="<?php echo esc_url(admin_url('admin.php?page=wc-settings&tab=multi_account_management&section=settings')); ?>" class="<?php
if (!empty($_GET['section']) && $_GET['section'] == 'settings') {
echo 'current';
Expand Down

0 comments on commit 8c5ff20

Please sign in to comment.