- Timestamp:
- 11/21/17 05:30:34 (8 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/class.dc.import.wp.php
r3572 r3606 624 624 $rs->post_type== 'post' ? $this->vars['permalink_template'] : '%postname%' 625 625 ); 626 $cur->post_url = substr($cur->post_url,0, 191);626 $cur->post_url = substr($cur->post_url,0,255); 627 627 628 628 if (!$cur->post_url) {
Note: See TracChangeset
for help on using the changeset viewer.