Skip Navigation

Open

Reported for: WPML Multilingual CMS 4.6.4

Topic Tags: Bug

Overview of the issue

When using WPML, if you attempt to translate a term description, the system does not accept blank values. It’s currently not possible to remove a term translation by setting it to a blank value.

Workaround

Please, make sure of having a full backup of your site before proceeding.

  • Open …/wp-content/plugins/sitepress-multilingual-cms/inc/taxonomy-term-translation/wpml-update-term-action.class.php file.
  • Look for line 120.
  • Replace:
    			if ( $description ) {
    
  • With:
    			if ( isset( $description ) ) {
    

Leave a Reply

Please stay on topic and be respectful to others. If you need help with issues not related to this post, use our Support Forum to start a chat or submit a ticket.

You can use these tags:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>