Skip to content
Snippets Groups Projects
Commit 56e5ff58 authored by Gábor Hojtsy's avatar Gábor Hojtsy
Browse files

small but annoying wording typo noticed by chx:...

small but annoying wording typo noticed by chx: translation_node_get_translations() actually loads partial nodes only
parent d1e33c19
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment