From 2d8b573990c4c9d1ef8a1b6872b314d4595480ea Mon Sep 17 00:00:00 2001 From: Mike Little Date: Thu, 17 Jul 2003 21:20:36 +0000 Subject: [PATCH] Removed unused files git-svn-id: https://develop.svn.wordpress.org/trunk@252 602fd350-edb4-49c9-b593-d223f7449a82 --- b2pingbacks.php | 47 ----------------------------- b2pingbackspopup.php | 67 ------------------------------------------ b2trackbackpopup.php | 70 -------------------------------------------- readme.html | 4 --- 4 files changed, 188 deletions(-) delete mode 100644 b2pingbacks.php delete mode 100644 b2pingbackspopup.php delete mode 100644 b2trackbackpopup.php diff --git a/b2pingbacks.php b/b2pingbacks.php deleted file mode 100644 index 175268eac2..0000000000 --- a/b2pingbacks.php +++ /dev/null @@ -1,47 +0,0 @@ - - - %' ORDER BY comment_date"; - $resultc = mysql_query($queryc); if ($resultc) { - ?> - - - -

Pingbacks

- -
    - comment_ID); ?> - - - - - - -
  1. - - -
    Pingback from on @
    -
  2. - - - - - - -
  3. No pingbacks on this post so far.
  4. - - -
- - -

Go back.

- - - - - - - diff --git a/b2pingbackspopup.php b/b2pingbackspopup.php deleted file mode 100644 index 5bd68229c7..0000000000 --- a/b2pingbackspopup.php +++ /dev/null @@ -1,67 +0,0 @@ - - - - <?php echo $blogname ?> - pingbacks on '<?php the_title() ?>' - - - - - - - -

-
- -
- - %' ORDER BY comment_date"; $resultc = mysql_query($queryc); if ($resultc) { ?> - -

Pingbacks

- -
    - comment_ID); $wxcvbn_pb++; ?> - -
  1. - - - - -
    Pingback from on @ -
    - - - - - - - -
  2. No Pingbacks on this post so far.
  3. - - -
- -

Close this window.

- - - -
- - - -
- - -

Powered by Wordpress

- - - - \ No newline at end of file diff --git a/b2trackbackpopup.php b/b2trackbackpopup.php deleted file mode 100644 index accf4f4851..0000000000 --- a/b2trackbackpopup.php +++ /dev/null @@ -1,70 +0,0 @@ - - - - <?php echo $blogname ?> - Trackbacks on "<?php the_title() ?>" - - - - - - - - -

- -
- -
- -

The URL to TrackBack this entry is:

-

- - - %' ORDER BY comment_date"; $resultc = mysql_query($queryc); if ($resultc) { ?> - -

Trackbacks

-
    - comment_ID); $wxcvbn_tb++; ?> - - - - -
  1. - - -

    Tracked on on @

    -
  2. - - - - - - -
  3. No trackbacks yet.
  4. - - - -
- -
close this window
- - - -
- - - -
- -

Powered by Wordpress

- - - - \ No newline at end of file diff --git a/readme.html b/readme.html index dbcc554b39..b8489e40db 100644 --- a/readme.html +++ b/readme.html @@ -597,10 +597,6 @@
  • height (default is 400)
  • file name, in case you want to use a different template for comments (default is b2commentspopup.php)
  • -
  • file name, in case you want to use a different template for TrackBacks - (default is b2trackbackpopup.php)
  • -
  • file name, in case you want to use a different template for Pingbacks - (default is b2pingbackspopup.php)