Anomalie #118
wrong attribute for rt_remove_format
| Status: | Nouveau | Start: | 06/20/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
Description
Hello,
I've tried to find similar report, but coudn't find, thus give a report here.
Problem is very simple, a kind of TYPO:
array.options.php:(138)
- array('rt_format', __('Remove related Tags type format:', 'simpletags'), 'dropdown', 'list/flat',
+ array('rt_remove_format', __('Remove related Tags type format:', 'simpletags'), 'dropdown', 'list/flat',
---
and because of this error, I couldn't set the style of st_remove_related_tags() from wp-admin settings.
It's nice if you could fix this problem, thx!