Changeset 1738343
- Timestamp:
- 09/29/2017 11:18:42 AM (9 years ago)
- Location:
- bulk-add-terms/trunk
- Files:
-
- 2 edited
-
class-ts-bulk-add-terms.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
bulk-add-terms/trunk/class-ts-bulk-add-terms.php
r1472915 r1738343 241 241 function add_terms( $terms, $taxonomy ) { 242 242 243 $lines = split( "\n", $terms );243 $lines = explode( "\n", $terms ); 244 244 245 245 $current_lvl = 0; -
bulk-add-terms/trunk/readme.txt
r1516917 r1738343 4 4 Donate Link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=K9VZ6VJTZXMS6&lc=US&item_name=Bulk%20Add%20Terms%20Donation¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted 5 5 Requires at least: 3.0.0 6 Tested up to: 4. 6.17 Stable tag: 2.0. 16 Tested up to: 4.8.2 7 Stable tag: 2.0.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 128 128 * Delete terms added by the plugin 129 129 130 = 2.0.2 = 131 132 ####Fix issues 133 134 * PHP7 Compatibility issue fixed 135 130 136 == Upgrade Notice == 131 137
Note: See TracChangeset
for help on using the changeset viewer.