Plugin Directory

Changeset 1869047


Ignore:
Timestamp:
05/05/2018 07:29:40 AM (8 years ago)
Author:
mnording10
Message:

seo bugifx - adding nofollow

Location:
grouped-variations-table/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • grouped-variations-table/trunk/grouped-variations-table.php

    r1865016 r1869047  
    44Plugin URI:   https://developer.wordpress.org/plugins/the-basics/
    55Description:  Allowing you to group variations in sleak tables on the product page
    6 Version:      1.4.0
     6Version:      1.4.1
    77Author:       mnording
    88Author URI:   https://mnording.com/
     
    183183                echo "<td>";
    184184                echo "<a class='single_add_to_cart_button button alt' ";
    185                 echo "href='?add-to-cart=".$product->get_id()."&variation_id=".$data["data"]["variation_id"]."&".http_build_query($data["data"]["attributes"])."'>".__("Add to cart","grouped-variations-table")."</a>";
     185                echo "href='?add-to-cart=".$product->get_id()."&variation_id=".$data["data"]["variation_id"]."&".http_build_query($data["data"]["attributes"])."' rel='nofollow'>".__("Add to cart","grouped-variations-table")."</a>";
    186186
    187187                echo "</td>";
  • grouped-variations-table/trunk/readme.txt

    r1865016 r1869047  
    2222
    2323== Changelog ==
     241.4.1 - Bugfix, missing nofollow on add to cart link.
    24251.4.0 - removing link style switcher and supporting Google Analytics for Woocommerce Integration
    25261.3.0 - Adding link style switcher
Note: See TracChangeset for help on using the changeset viewer.