I get the following error message in Wordpress when try clicking on all users. Any idea how to fix it?

Parse error: syntax error, unexpected $end, expecting T_VARIABLE or '$' in /home/content/50/10679250/html/krinspired.com/wp-admin/includes/class-wp-users-list-table.php on line 59

Recommended Answers

All 4 Replies

Check your file, probably a missing curly bracket or semi-colon somewhere.

As pritaeas said, check for unmatched parentheses or brackets.
Making changes to the core files? If you're just trying to change the HTML output of how this class you may want to look into WP's Walker class.

Thank you for the heads up

Please mark the thread solved if your issue is fixed.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.