Plugin Directory

Changeset 502923


Ignore:
Timestamp:
02/09/2012 08:50:44 PM (14 years ago)
Author:
Evil Genius
Message:

function faq_categories() removed, replaced by function tffaq_categories()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tf-faq/trunk/faq.php

    r502919 r502923  
    185185    } else {
    186186        require_once('faq-insert-category.php');
    187     }
    188 }
    189 
    190 function faq_categories() {
    191     require_once('faq-actions.php');
    192 
    193     if(empty($_GET['edit'])) {
    194         require_once('faq-manage-categories.php');
    195     } else {
    196         require_once('faq-add-category.php');
    197187    }
    198188}
Note: See TracChangeset for help on using the changeset viewer.