| 1 | File difference report generated by CSDiff by ComponentSoftware on 12/9/2005 5:57 PM |
|---|
| 2 | |
|---|
| 3 | Base file: C:\Documents and Settings\Owner\Desktop\Temp Downloads\wordpress-2005-12-07\wordpress\wp-includes\functions-formatting.php |
|---|
| 4 | Compared file: E:\web\doc\testserver\wp2farsi\wp-includes\functions-formatting.php |
|---|
| 5 | |
|---|
| 6 | 998c998,1001 |
|---|
| 7 | < if ( empty($text) ) return '<p> </p>'; |
|---|
| 8 | --- |
|---|
| 9 | > if ( empty($text) ) { |
|---|
| 10 | > $output = apply_filters('richedit_pre', '<p> </p>'); |
|---|
| 11 | > return $output; |
|---|
| 12 | > } |
|---|
| 13 | 1007a1011 |
|---|
| 14 | > $output = apply_filters('richedit_pre', $output); |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | <--------------------- End of report ---------------------> |
|---|
| 18 | |
|---|