Remove debug cruft. fixes #2056
git-svn-id: https://develop.svn.wordpress.org/trunk@3288 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
a0fd8d74eb
commit
2ca271695a
|
@ -95,7 +95,6 @@ function fix_attachment_links($post_ID) {
|
|||
$i = 0;
|
||||
$search = "# id=(\"|)(\d+)\\1#i";
|
||||
foreach ( $anchor_matches[0] as $anchor ) {
|
||||
echo "$search\n$anchor\n";
|
||||
if ( 0 == preg_match($search, $anchor, $id_matches) )
|
||||
continue;
|
||||
|
||||
|
|
Loading…
Reference in New Issue