* Special variables called "placeholders" are used to signal dynamic
* information in a string which should not be translated. Placeholders
* can also be used for text that may change from time to time
* (such as link paths) to be changed without requiring updates to translations.
* can also be used for text that may change from time to time (such as
* link paths) to be changed without requiring updates to translations.
*
* For example:
* @code
...
...
@@ -701,9 +701,9 @@ function fix_gpc_magic() {
* $message[] = t("If you don't want to receive such e-mails, you can change your settings at !url.", array('!url' => url("user/$account->uid", array('absolute' => TRUE))));
* @endcode
*
* - @variable, which indicates that the text should be run through check_plain,
* to escape HTML characters. Use this for any output that's displayed within
* a Drupal page.
* - @variable, which indicates that the text should be run through
* check_plain, to escape HTML characters. Use this for any output that's