akirk / enable-mastodon-apps

Allow accessing your WordPress blog with Mastodon clients
https://wordpress.org/plugins/enable-mastodon-apps
GNU General Public License v2.0
34 stars 5 forks source link

Fix float conversion to integer #105

Closed MatzeKitt closed 4 months ago

MatzeKitt commented 4 months ago

Implicit conversion from float to integer is prohibited in newer PHP versions. Use an explicit intval instead.