Generalise the UsersTableName Setting name to support Backdrop
authorSeamus Lee <seamuslee001@gmail.com>
Sun, 16 Dec 2018 21:15:25 +0000 (08:15 +1100)
committerSeamus Lee <seamuslee001@gmail.com>
Sun, 16 Dec 2018 21:57:50 +0000 (08:57 +1100)
Set Deafault as well to be users

api/v3/examples/Setting/GetFields.php
settings/Core.setting.php

index 32c450e058a8fae06cef9b0456a6ac33e0dfef39..478c1c2c5f8c8971c65eefd9adb3fe8847afbc2a 100644 (file)
@@ -1118,7 +1118,7 @@ function setting_getfields_expectedresult() {
           'maxlength' => '64',
         ),
         'default' => '',
-        'title' => 'Drupal Users Table Name',
+        'title' => 'CMS Users Table Name',
         'description' => '',
       ),
       'wpLoadPhp' => array(
index afc5566b6d0d9521e51fac6b6b47e6d95c62e0ad..79499f6a458d79795a95e33fc9310e5072c9a042 100644 (file)
@@ -858,8 +858,8 @@ return array(
       'size' => '32',
       'maxlength' => '64',
     ),
-    'default' => NULL,
-    'title' => ts('Drupal Users Table Name'),
+    'default' => 'users',
+    'title' => ts('CMS Users Table Name'),
     'description' => '',
   ),
   'wpLoadPhp' => array(