Home
last modified time | relevance | path

Searched refs:new_function (Results 1 – 1 of 1) sorted by path

/plugin/siteexport/inc/
H A DpatchCSSmgr.php33 public function redefineFunction($new_function) { argument
35 preg_match('/function (.+)\(/', $new_function, $aryMatches);
42 $new_code = str_replace($search_code, $new_function . "\n\n", $this->_code);