You are here

constant POTX_CONTEXT_ERROR in Translation template extractor 7.3

Same name and namespace in other branches
  1. 8 potx.inc \POTX_CONTEXT_ERROR
  2. 6.3 potx.inc \POTX_CONTEXT_ERROR
  3. 7 potx.inc \POTX_CONTEXT_ERROR
  4. 7.2 potx.inc \POTX_CONTEXT_ERROR

When there was a context identification error.

3 uses of POTX_CONTEXT_ERROR
_potx_find_context in ./potx.inc
Helper to find the value for 'context' on t() and format_plural().
_potx_find_format_plural_calls in ./potx.inc
Detect all occurances of format_plural calls.
_potx_find_t_calls_with_context in ./potx.inc
Detect all occurances of t()-like calls from Drupal 7 (with context).

File

./potx.inc, line 132
Extraction API used by the web and command line interface.

Code

define('POTX_CONTEXT_ERROR', FALSE);