Plugin Directory

Changeset 1738343


Ignore:
Timestamp:
09/29/2017 11:18:42 AM (9 years ago)
Author:
sohan5005
Message:

Fix php errors

Location:
bulk-add-terms/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • bulk-add-terms/trunk/class-ts-bulk-add-terms.php

    r1472915 r1738343  
    241241    function add_terms( $terms, $taxonomy ) {
    242242           
    243         $lines = split( "\n", $terms );
     243        $lines = explode( "\n", $terms );
    244244
    245245        $current_lvl = 0;
  • bulk-add-terms/trunk/readme.txt

    r1516917 r1738343  
    44Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=K9VZ6VJTZXMS6&lc=US&item_name=Bulk%20Add%20Terms%20Donation&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted
    55Requires at least: 3.0.0
    6 Tested up to: 4.6.1
    7 Stable tag: 2.0.1
     6Tested up to: 4.8.2
     7Stable tag: 2.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    128128* Delete terms added by the plugin
    129129
     130= 2.0.2 =
     131
     132####Fix issues
     133
     134* PHP7 Compatibility issue fixed
     135
    130136== Upgrade Notice ==
    131137
Note: See TracChangeset for help on using the changeset viewer.