You are here

protected static property WordPressItemMigration::$linksToFix in WordPress Migrate 7

Same name and namespace in other branches
  1. 7.2 wordpress_item.inc \WordPressItemMigration::linksToFix

List of nids which have links needing fixing.

Type: array

File

./wordpress_item.inc, line 158
Support for migrating posts and pages from a WordPress blog into Drupal.

Class

WordPressItemMigration
Intermediate Migration class, implementing behavior common across different types (post_type) of items.

Code

protected static $linksToFix = array();