Skip to content

Commit

Permalink
Generalise the UsersTableName Setting name to support Backdrop
Browse files Browse the repository at this point in the history
  • Loading branch information
seamuslee001 committed Dec 16, 2018
1 parent aa31a7a commit f76f6ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/v3/examples/Setting/GetFields.php
Original file line number Diff line number Diff line change
Expand Up @@ -1118,7 +1118,7 @@ function setting_getfields_expectedresult() {
'maxlength' => '64',
),
'default' => '',
'title' => 'Drupal Users Table Name',
'title' => 'CMS Users Table Name',
'description' => '',
),
'wpLoadPhp' => array(
Expand Down
2 changes: 1 addition & 1 deletion settings/Core.setting.php
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@
'maxlength' => '64',
),
'default' => NULL,
'title' => ts('Drupal Users Table Name'),
'title' => ts('CMS Users Table Name'),
'description' => '',
),
'wpLoadPhp' => array(
Expand Down

0 comments on commit f76f6ff

Please sign in to comment.