BusProject / SalsaPress

SalsaPress connects WordPress to Salsa. Developed by the Bus Federation and Bus Project.
http://wordpress.org/extend/plugins/salsa-press/
8 stars 2 forks source link

Replace deprecated widget constructors #50

Closed iCaspar closed 8 years ago

iCaspar commented 8 years ago

Installed this on a sandbox WP install and got deprecated notices for php 4 style constructors. Now that php 7 is out, these will crash and burn on WP+php7 installs. This replaces the php 4 widget constructors with php 5+ constructors. Cheers!

mojowen commented 8 years ago

Testing this today - thanks for the update!

mojowen commented 8 years ago

Beautiful! Merging and bumping the version on https://wordpress.org/plugins/salsa-press/. I'm going to link to http://caspar.green and give you credit for the update - let me know if I should point somewhere else.

iCaspar commented 8 years ago

Thanks. Glad to help.