Home
last modified time | relevance | path

Searched refs:revertableUpload (Results 1 – 3 of 3) sorted by relevance

/plugin/translator/
H A Dhelper.php28 var $revertableUpload = array(); variable in helper_plugin_translator
962 function _revertManager($parent, $revertableUpload) { argument
965 if ( count($revertableUpload) == 0 ) {
971 if ( count($revertableUpload) > 1 ) {
972 foreach ( $revertableUpload as $revertable ) {
978 $revertable = array_shift($revertableUpload);
990 $this->revertableUpload = array();
1031 $this->revertableUpload[$date] = array(
H A Dadmin.php14 var $revertableUpload = array(); variable in admin_plugin_translator
143 $this->functions->_revertManager($this, $this->revertableUpload);
385 $this->revertableUpload[] = $file;
/plugin/translator/syntax/
H A Dtranslator.php87 if ( count($this->functions->revertableUpload) > 0 ) {
88 $renderer->doc .= $this->functions->_revertManager($this, $this->functions->revertableUpload);