Changeset 4387
- Timestamp:
- 10/13/06 06:08:27 (2 years ago)
- Files:
-
- branches/2.0/wp-includes/functions-formatting.php (modified) (1 diff)
- trunk/wp-includes/formatting.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/2.0/wp-includes/functions-formatting.php
r4385 r4387 590 590 } 591 591 592 function make_clickable _mine4($ret) {592 function make_clickable($ret) { 593 593 $ret = ' ' . $ret; 594 594 // in testing, using arrays here was found to be faster trunk/wp-includes/formatting.php
r4386 r4387 594 594 } 595 595 596 function make_clickable _mine4($ret) {596 function make_clickable($ret) { 597 597 $ret = ' ' . $ret; 598 598 // in testing, using arrays here was found to be faster
