Author Archive
At GitHub, radgeek merged a pull request in radgeek/feedwordpress
Tuesday, August 18th, 2020
Fixing the use of the filter `syndicated_item_updated`, so its return…
#108
…ed value is actually used
+1
-1
At GitHub, radgeek pushed to master in radgeek/feedwordpress
Tuesday, August 18th, 2020
radgeek
pushed to
master in
radgeek/feedwordpress Aug 19, 2020
2 commits to
master
-
e6e88a0
Merge pull request #109 from kaldor/fix-use-of-explicitly-set-empty-s…
-
32b57aa
Support an explicitly set empty value for a post metavalue – whilst s…
- 1 more commits »
At GitHub, radgeek merged a pull request in radgeek/feedwordpress
Tuesday, August 18th, 2020
Fix use of explicitly set empty string post metavalue
#109
There maybe a better way of fixing this, such as changing do_substitutions()
to return ['']
instead of null
for this case, but this fixes the probl…
+4
-1