function views_plugin_localization_core::delete

Same name in other branches
  1. 7.x-3.x plugins/views_plugin_localization_core.inc \views_plugin_localization_core::delete()

Delete a string.

Deletion is not supported.

Parameters

$source: Full data for the string to be translated.

Overrides views_plugin_localization::delete

File

plugins/views_plugin_localization_core.inc, line 73

Class

views_plugin_localization_core
Localization plugin to pass translatable strings through t().

Code

function delete($source) {
    return FALSE;
}