Lines:
1 to 45 of 45
<?php // (C) Copyright Bobbing Wide 2014 /** Changes from oik_x2t to oik_batchmove_categories ( bmc ) x2t => bmc "Taxonomies to types" => "Category reschedule" "bw_bmcs" => "bw_batchmove_categories" ? page=oik_x2t => page=oik_batchmove_scheduled */ /* function oikbmc_lazy_do_page() – Reschedule oldest in category to time page */ /* function _oik_bmc_bmc_row() – Display a current bmc mapping */ /* function _oik_bmc_bmc_table() – Display the table of Category rescheduling */ /* function oik_bmc_check_relationship_exists() – */ /* function _oik_bmc_add_oik_bmc() – Check if the reschedule Category already exists */ /* function _oik_bmc_update_bmc() – Update the category to time relationship */ /* function _oik_bmc_delete_bmc() – Delete the category to time relationship */ /* function oik_diy_validate_bmc() – bmc must not be blank */ /* function _oik_bmc_bmc_validate() – Validate the Category reschedule */ /* function oik_bmc_bmcs() – Display the table of existing Category reschedules, with optional time */ /* function bw_list_categories() – Return a list of categories */ /* function oik_bmc_add_oik_bmc() – */ /* function oik_bmc_edit_bmc() – Edit the category to time relationship */ /* function oik_bmc_preview() – View the category to time relationship */View on GitHub View on Trac