Changes between Initial Version and Version 1 of Ticket #20813, comment 6
- Timestamp:
- 06/01/12 22:06:46 (12 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20813, comment 6
initial v1 1 1 Yes, you are right. I thought this bug was the reason for another problem I was debugging. 2 is_textdomain_loaded('mydomain') returns true of there was a __('translate','mydomain') call before. I initially thought this empty textdomain came from the _get_plugin_data_markup_translate bug, but that is not the case. 2 is_textdomain_loaded('mydomain') returns true of there was a 3 {{{ 4 __('translate','mydomain') 5 }}} 6 call before. I initially thought this empty textdomain came from the _get_plugin_data_markup_translate bug, but that is not the case.
