small but annoying wording typo noticed by chx: translation_node_get_translations() actually loads partial nodes only

6.x
Gábor Hojtsy 2007-08-26 16:06:35 +00:00
parent d1e33c191c
commit 56e5ff5882
1 changed files with 1 additions and 1 deletions

View File

@ -326,7 +326,7 @@ function translation_clear_node_cache($tnid) {
* Array of partial node objects (nid, title, language) representing
* all nodes in the translation set, in effect all translations
* of node $tnid, including node $tnid itself. Because these are
* not partial nodes, you need to node_load() the full node, if you
* partial nodes, you need to node_load() the full node, if you
* need more properties. The array is indexed by language code.
*/
function translation_node_get_translations($tnid) {