Make WordPress Core


Ignore:
Timestamp:
04/06/2012 06:26:14 PM (13 years ago)
Author:
azaozz
Message:

Pluck a tab (whitespace), props SergeyBiryukov, see #20369

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/includes/media.php

    r20376 r20377  
    172172        // look for single quotes inside html attributes (for example in title)
    173173        $s = preg_replace_callback( '/="[^"]+"/', '_cleanup_image_add_caption2', $s );
    174         return str_replace( '"', "'", $s );
     174        return str_replace( '"', "'", $s );
    175175    }
    176176
Note: See TracChangeset for help on using the changeset viewer.