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)