Stefan Kalscheuer
Stefan Kalscheuer
Thanks Pedro for this PR. IIRC the i18n JavaScript feature was introduced in WordPress 5.0. Currently, AntiVirus declares Compatibility back to WP 4.1... I don't have any strong feelings about...
Sollte mit dem verlinkten PR #537 gelöst sein. Eine Zeile aus dem aktuellen Entwicklungszweig fehlte. Eigentlich logisch, dass es irgendwo in dem Umfeld sein musste, aber offensichtlich ist der Fehler...
`home_url(…)` should equal `REQUEST_URI`. But I don’t see much of a benefit over the (cheaper) `SCRIPT_NAME` comparison.
Unfortunately I do not have answers to the open questions. Nevertheless I've picked the changeset into my monthly build (currently Kernel 6.1.60, MCU gd32-rev23). Firmware interaction and upgrade works as...
This PR backports v4 of the upstream proposal. Current revision is v10 (2024-05-10) with quite a few changes: https://patchwork.kernel.org/project/linux-soc/cover/[email protected]/
Picked the current status into my monthly build. Firmware update with`omnia-mcutool --upgrade` stuck in bootloader with "I2C write failed" flashing all LEDs green. ``` # omnia-mcutool --upgrade Unbound LEDs driver...
> I discovered that the new application firmware cannot be upgraded again when the bootloader firmware is left at the original version. I think that might have been the issue...
Build and (very briefly) run tested on * mvebu/cortexa9: WRT1900ACS (88W8864, _mwlwifi_ in default config) Build tested for * mvebu/cortexa53: ESPRESSObin Ultra (_mwlwifi_ manually selected) * mvebu/cortexa72: ClearFog Pro (_mwlwifi_...
Looking at this old issue this should be a multisite incompatibility. We have a function `Snitch_CPT::delete_items()` which is called from `Snitch::uninstall()` and it deletes `postmeta` entries: https://github.com/pluginkollektiv/snitch/blob/51da0fddfc02ca569d0b79f62f7cedfd02fa99f2/inc/class-snitch-cpt.php#L1027 (was already available...
Right. But we should probably execute the entire uninstallation routine per site (not verified) ```php public static function uninstall() { if ( is_multisite() ) { $sites = get_sites( array( 'fields'...