Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter BunnyBomb

    (@bunnybomb)

    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

      Please change the line from this:
      $column_headers['custom_posts'] = 'Publica??es';

      To this:
      $column_headers['custom_posts'] = 'Publications';

    2. Line 174 in function “site_colluns_gerencia” in pet_post_type.php

      Please change the line from this:
      $custom_column = "<th style='font:normal 12px arial'>Nenhuma publica??o</th>";

      To this:
      $custom_column = "<th style='font:normal 12px arial'>No Publications</th>";

    Thanks.

    Plugin Author Diana K. Cury

    (@dianakc)

    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.