Plugin Directory

Changeset 1939359


Ignore:
Timestamp:
09/11/2018 02:37:04 PM (8 years ago)
Author:
aghati
Message:

tested

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wp-autotagger/trunk/247-wp-smart-tagger.php

    r1938522 r1939359  
    210210                   
    211211                    data.forEach(e => {
    212                         if(e.value > 0.7){
    213                             tags.push(e.name)
    214                         }
     212                    //  if(e.value > 0.7){
     213                            tags.push(e)
     214                    //  }
    215215                    });
    216216               
Note: See TracChangeset for help on using the changeset viewer.