Plugin Directory

Changeset 1500167


Ignore:
Timestamp:
09/22/2016 08:43:44 AM (9 years ago)
Author:
ishaijaffe
Message:

version 2.2

Location:
bablic
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • bablic/trunk/Bablic.php

    r1500166 r1500167  
    66Plugin URI: https://www.bablic.com/docs#wordpress'
    77Description: Integrates your site with Bablic localization cloud service.
    8 Version: 2.1
     8Version: 2.2
    99Author: Ishai Jaffe
    1010Author URI: https://www.bablic.com
     
    368368        if(is_admin())
    369369            return;
    370         echo '<!-- start Bablic Head -->';
     370        echo '<!-- start Bablic Head V2.2 -->';
    371371        try{
    372372            $this->sdk->alt_tags();
     
    404404
    405405    function writeBoth(){
    406         echo '<!-- start Bablic Head -->';
     406        echo '<!-- start Bablic Head V2.2 -->';
    407407        $this->sdk->alt_tags();
    408408        $snippet = $this->sdk->get_snippet();
Note: See TracChangeset for help on using the changeset viewer.