Title: [Plugin: WP ADA] Bug in Admin Panel
Last modified: August 20, 2016

---

# [Plugin: WP ADA] Bug in Admin Panel

 *  Resolved [BunnyBomb](https://wordpress.org/support/users/bunnybomb/)
 * (@bunnybomb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-ada-bug-in-admin-panel/)
 * This plugin causes language issues in Admin Panel.
 * I have a clean installation with only ADA Plugin active, using TwentyEleven, 
   using only English front-end and back-end.
 * When I turn on ADA Plugin, the languages problems appear. When I turn off ADA
   Plugin, they go back to normal.
 * Here is a screenshot of the Users panel, so you can see what I mean. There are
   non-English words appearing because of this plugin.
    [http://img18.imageshack.us/img18/8886/strangewords.png](http://img18.imageshack.us/img18/8886/strangewords.png)
 * [http://wordpress.org/extend/plugins/ada-plugin/](http://wordpress.org/extend/plugins/ada-plugin/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Thread Starter [BunnyBomb](https://wordpress.org/support/users/bunnybomb/)
 * (@bunnybomb)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-ada-bug-in-admin-panel/#post-2593609)
 * To correct this issue in your next release, you need to do this:
    1.  **Line 155 in function “site_colluns” in pet_post_type.php**
    2. Please change the line from this:
        `$column_headers['custom_posts'] = 'Publicações';`
    3. To this:
        `$column_headers['custom_posts'] = 'Publications';`
    4. **Line 174 in function “site_colluns_gerencia” in pet_post_type.php**
    5. Please change the line from this:
        `$custom_column = "<th style='font:normal
       12px arial'>Nenhuma publicação</th>";`
    6. To this:
        `$custom_column = "<th style='font:normal 12px arial'>No Publications
       </th>";`
 * Thanks.
 *  Plugin Author [Diana K. Cury](https://wordpress.org/support/users/dianakc/)
 * (@dianakc)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-ada-bug-in-admin-panel/#post-2593714)
 * Thanks, sort of silly mistake 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WP ADA] Bug in Admin Panel’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/ada-plugin_e9f0da.svg)
 * [WP ADA](https://wordpress.org/plugins/ada-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/ada-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/ada-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/ada-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/ada-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/ada-plugin/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [Diana K. Cury](https://wordpress.org/support/users/dianakc/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/plugin-wp-ada-bug-in-admin-panel/#post-2593714)
 * Status: resolved