Make WordPress Core

Changeset 419 for trunk/b2trackback.php


Ignore:
Timestamp:
10/07/2003 04:21:24 PM (23 years ago)
Author:
saxmatt
Message:

Typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/b2trackback.php

    r409 r419  
    1414    $request_array = 'HTTP_POST_VARS';
    1515    $tb_id = explode('/', $HTTP_SERVER_VARS['REQUEST_URI']);
    16     $tb_id = inval($tb_id[count($tb_id)-1]);
     16    $tb_id = intval($tb_id[count($tb_id)-1]);
    1717    $tb_url = $HTTP_POST_VARS['url'];
    1818    $title = $HTTP_POST_VARS['title'];
Note: See TracChangeset for help on using the changeset viewer.