Recently, I was asked why the following code was not saving a new revision when run using EntityMetaWrapper: $nodes = node_load_multiple(array(), array('type' => $bundleType)); foreach ($nodes as $node){ $w = …
↧