From 732987b99fd4ef113fd8ec1bbe7e98bc9264028e Mon Sep 17 00:00:00 2001 From: Robin McCorkell Date: Fri, 11 Sep 2015 09:44:00 +0100 Subject: [PATCH] Make doc links inline --- settings/templates/admin.php | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/settings/templates/admin.php b/settings/templates/admin.php index 2a617387a8..91e76d24fb 100644 --- a/settings/templates/admin.php +++ b/settings/templates/admin.php @@ -128,10 +128,7 @@ if (!$_['has_fileinfo']) { if ($_['fileLockingType'] === 'none') { ?>
  • - t('Transactional file locking is disabled, this might lead to issues with race conditions, enable \'filelocking.enabled\' in config.php to improve handling of race conditions.')); ?> - + t('Transactional file locking is disabled, this might lead to issues with race conditions. Enable \'filelocking.enabled\' in config.php to avoid these problems. See the documentation ↗ for more information.', link_to_docs('admin-transactional-locking'))); ?>
  • - t('Transactional file locking is using the database as locking backend, for best performance it\'s advised to configure a memcache for locking. Check the admin documentation for more information about locking and memcaches')); ?> - + t('Transactional file locking is using the database as locking backend, for best performance it\'s advised to configure a memcache for locking. See the documentation ↗ for more information.', link_to_docs('admin-transactional-locking'))); ?>