slaFFik / buddypress-groups-extras

Adding missing functionality to BuddyPress Groups.
https://wordpress.org/plugins/buddypress-groups-extras/
13 stars 12 forks source link

Replace use of jQuery's deprecated live by on. #138

Closed gdethier closed 3 years ago

gdethier commented 3 years ago

Editing pages is broken with recent versions of WordPress because deprecated "live" method of jQuery has been removed from WP embedded jQuery dependency. This pull request replaces the use of "live" by "on" which fixes the issue.