Make WordPress Core


Ignore:
Timestamp:
05/03/2012 04:41:59 PM (13 years ago)
Author:
ryan
Message:

Pinking shears

File:
1 edited

Legend:

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

    r20684 r20715  
    29972997function clean_pre($matches) {
    29982998    _deprecated_function( __FUNCTION__, '3.4' );
    2999    
     2999
    30003000    if ( is_array($matches) )
    30013001        $text = $matches[1] . $matches[2] . "</pre>";
Note: See TracChangeset for help on using the changeset viewer.