Summery Summery
Returns the array of differences.
Syntax Syntax
Source Source
File: wp-includes/Text/Diff.php
function getDiff()
{
return $this->_edits;
}
Developer Resources, Tips, Tricks, Tutorials and Much more.
Returns the array of differences.
File: wp-includes/Text/Diff.php
function getDiff()
{
return $this->_edits;
}