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