Plugin Directory

Changeset 2673058


Ignore:
Timestamp:
02/04/2022 05:53:00 PM (4 years ago)
Author:
rexak
Message:

comment cleanup

Location:
cardconnect-payment-module
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • cardconnect-payment-module/tags/3.4.11/trunk/cardconnect-payment-gateway.php

    r2673056 r2673058  
    3737
    3838    function cc_settings_link( $links ) {
    39         // Build and escape the URL.
    4039        $url = esc_url( add_query_arg(
    4140            'page',
     
    4342            get_admin_url() . 'admin.php'
    4443        ) );
    45         // /wp-admin/admin.php?page=wc-settings&tab=checkout&section=card_connect
    46         // Create the link.
    4744        $settings_link = "<a href='$url'>" . __( 'Settings' ) . '</a>';
    48         // Adds the link to the end of the array.
    4945        array_push(
    5046            $links,
  • cardconnect-payment-module/trunk/cardconnect-payment-gateway.php

    r2673056 r2673058  
    3737
    3838    function cc_settings_link( $links ) {
    39         // Build and escape the URL.
    4039        $url = esc_url( add_query_arg(
    4140            'page',
     
    4342            get_admin_url() . 'admin.php'
    4443        ) );
    45         // /wp-admin/admin.php?page=wc-settings&tab=checkout&section=card_connect
    46         // Create the link.
    4744        $settings_link = "<a href='$url'>" . __( 'Settings' ) . '</a>';
    48         // Adds the link to the end of the array.
    4945        array_push(
    5046            $links,
Note: See TracChangeset for help on using the changeset viewer.