Skip to:
Content

bbPress.org

Changeset 18 for trunk/edit.php


Ignore:
Timestamp:
12/28/2004 08:54:20 AM (21 years ago)
Author:
matt
Message:

Let's rename everything just in case.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/edit.php

    r10 r18  
    77
    88if ( !$post || !can_edit( $post->poster_id ) ) {
    9     header('Location: ' . get_option('uri') );
     9    header('Location: ' . bb_get_option('uri') );
    1010    die();
    1111}
Note: See TracChangeset for help on using the changeset viewer.