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:
Ryan Boren 2005-12-11 17:57:50 +00:00
parent a0fd8d74eb
commit 2ca271695a
1 changed files with 0 additions and 1 deletions

View File

@ -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;