shawnhooper / delete-orphaned-multisite-tables

Finds and delete orphaned tables in a WordPress Multisite network.
GNU General Public License v3.0
44 stars 6 forks source link

Parse Error #1

Closed trex005 closed 6 years ago

trex005 commented 8 years ago

When I run this I get :

Parse error: syntax error, unexpected '[' in /home/lancast/public_html/wp-content/plugins/delete-orphaned-multisite-tables-master/wp-cli.php on line 64

trex005 commented 8 years ago

Changing it to $orphanTables = array(); did the trick