Syntax Syntax
Source Source
File: wp-includes/Text/Diff.php
function &reverse() { $reverse = new Text_Diff_Op_copy($this->final, $this->orig); return $reverse; }
Developer Resources, Tips, Tricks, Tutorials and Much more.
File: wp-includes/Text/Diff.php
function &reverse() { $reverse = new Text_Diff_Op_copy($this->final, $this->orig); return $reverse; }