Skip to content
This repository has been archived by the owner on Oct 15, 2019. It is now read-only.

Commit

Permalink
Removed a bit of code that would cause the format translation to fail…
Browse files Browse the repository at this point in the history
… completely if any one code is missing.
  • Loading branch information
ChrisMarshallNY committed Nov 18, 2014
1 parent 54733e3 commit 888a25b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions bmlt_translator/bmlt_import.php
Expand Up @@ -922,10 +922,6 @@ function bmlt_translate_format_codes ( $in_codes )
}
}
}
else
{
return null;
}
}

if ( is_array ( $ret ) && count ( $ret ) )
Expand Down

0 comments on commit 888a25b

Please sign in to comment.