Removing obsolete references to readme files in source code
This commit is contained in:
parent
3bcd36d5ab
commit
37c335e3cc
31 changed files with 52 additions and 94 deletions
|
@ -1799,7 +1799,7 @@ function system_mail($key, &$message, $params) {
|
|||
$account = $params['account'];
|
||||
$context = $params['context'];
|
||||
$variables = array(
|
||||
'%site_name' => variable_get('site_name', 'Drupal'),
|
||||
'%site_name' => variable_get('site_name', 'SuiteDesk'),
|
||||
'%username' => $account->name,
|
||||
);
|
||||
if ($context['hook'] == 'taxonomy') {
|
||||
|
@ -1855,7 +1855,7 @@ function system_message_action_submit($form, $form_state) {
|
|||
function system_message_action(&$object, $context = array()) {
|
||||
global $user;
|
||||
$variables = array(
|
||||
'%site_name' => variable_get('site_name', 'Drupal'),
|
||||
'%site_name' => variable_get('site_name', 'SuiteDesk'),
|
||||
'%username' => $user->name ? $user->name : variable_get('anonymous', t('Anonymous')),
|
||||
);
|
||||
|
||||
|
|
Reference in a new issue