This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* This is example code for a Drupal 6 to Drupal 7 migration. This won't actually | |
* work without defining the referenced vocabularies, content types, and fields | |
* on each side. | |
*/ | |
/** | |
* Implements hook_flush_caches(). |
NewerOlder