Make WordPress Core


Ignore:
Timestamp:
10/13/2006 06:08:27 AM (17 years ago)
Author:
markjaquith
Message:

fix function name error in last two commits. fixes #3228

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/formatting.php

    r4386 r4387  
    594594}
    595595
    596 function make_clickable_mine4($ret) {
     596function make_clickable($ret) {
    597597    $ret = ' ' . $ret;
    598598    // in testing, using arrays here was found to be faster
Note: See TracChangeset for help on using the changeset viewer.