Home
last modified time | relevance | path

Searched refs:moveRevisionHistory (Results 1 – 2 of 2) sorted by relevance

/plugin/approve/action/
H A Dmove.php31 $db->moveRevisionHistory($old, $new);
/plugin/approve/helper/
H A Ddb.php264 public function moveRevisionHistory(string $old_page_id, string $new_page_id): void function in helper_plugin_approve_db