Florian Brinkmann
Florian Brinkmann
- [ ] Add modal before sending data - [ ] Use own form for storing the data
Sounds good!
To discuss: Should we somehow combine the rules _Delete spam_ and _Delete spam by reason_ ? Because if both are dedicated options, and both are checked, one overwrites the other...
Maybe it would be enough as a first fix to add a small description to the graph what is displayed there (that those numbers can differ from the spam count...
I also think both options would be good
We could remove the `add_action()` calls with the `load_plugin_lang()` function and move the call above the `_init_internal_vars()` call, like that: ``` if ( self::_current_page( 'dashboard' ) || self::_current_page( 'plugins' )...
Ah, sorry, missed that comment @Zodiac1978. If I remember correctly, I tested that, will verify that
Just for the reference: work on this started in branch `issue/104-show-mobile-usage`. Showing the usage already works, the part of storing it is missing. @Zodiac1978 wrote a plugin for that (https://gist.github.com/Zodiac1978/a4796579f5143d9e3100015e664adc2c)...
Hi @timse201, I tried to verify that the changes fix the issue with the cached post request, but I still get the cached version for post requests with the changed...
The PR does not fix #200, I will open a PR for that later today. I am not sure about the other changes, is escaping needed here, does that have...