Remove debug cruft. fixes #2056

git-svn-id: http://svn.automattic.com/wordpress/trunk@3288 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
ryan 2005-12-11 17:57:50 +00:00
parent 4e4739b918
commit ffcfc84b78
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;