| @@ -118,8 +118,13 @@ | ||
| 118 | 118 | 'field' => 'category_color', |
| 119 | 119 | 'label' => __('Color', 'wpdirectorykit'), |
| 120 | 120 | 'rules' => '' |
| 121 | 121 | ), |
| 122 | + array( | |
| 123 | + 'field' => 'titles_for_search', | |
| 124 | + 'label' => __('Alternative titles for search', 'wpdirectorykit'), | |
| 125 | + 'rules' => '' | |
| 126 | + ), | |
| 122 | 127 | ); |
| 123 | 128 | |
| 124 | 129 | if($this->form->run($rules)) |
| 125 | 130 | { |