function view::delete_locale_strings

Delete localized strings.

File

includes/view.inc, line 2206

Class

view
An object to contain all of the data to generate a view.

Code

public function delete_locale_strings() {
    $this->process_locale_strings('delete');
}