Add permalink basename format

This commit is contained in:
champsupertramp
2016-01-13 12:33:21 +08:00
parent aad5a39f85
commit 217b107c19
5 changed files with 29 additions and 5 deletions
+3 -1
View File
@@ -110,7 +110,9 @@ $this->sections[] = array(
'desc' => 'e.g. ' . trailingslashit( um_get_core_page('user') ) .'<strong>username</strong>/',
'options' => array(
'user_login' => __('Username','ultimatemember'),
'name' => __('First and Last Name','ultimatemember'),
'name' => __('First and Last Name with \'.\'','ultimatemember'),
'name_dash' => __('First and Last Name with \'-\'','ultimatemember'),
'name_plus' => __('First and Last Name with \'+\'','ultimatemember'),
'user_id' => __('User ID','ultimatemember'),
),
'placeholder' => __('Select...','ultimatemember')