Lines:
1 to 61 of 61
<?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 Changes from tag to tags ( bmc => bmt ) Time to attempt to create a generic solution? */ /* function oikbmt_lazy_do_page() – Reschedule oldest in tag to time page */ /* function _oik_bmt_bmt_row() – Display a current bmt mapping */ /* function _oik_bmt_bmt_table() – Display the table of Tag rescheduling */ /* function oik_bmt_check_relationship_exists() – */ /* function _oik_bmt_add_oik_bmt() – Check if the reschedule Tag already exists */ /* function _oik_bmt_update_bmt() – Update the tag to time relationship */ /* function _oik_bmt_delete_bmt() – Delete the tag to time relationship */ /* function oik_diy_validate_bmt() – bmt must not be blank */ /* function _oik_bmt_bmt_validate() – Validate the Tag reschedule */ /* function oik_bmt_bmts() – Display the table of existing Tag reschedules, with optional time */ /** * Return a list of tags function bw_list_tags() { return( $tags ); } */ /* function oik_batchmove_tag_select() – Display a tag selection drop down list */ /* function oik_bmt_add_oik_bmt() – */ /* function oik_bmt_edit_bmt() – Edit the tag to time relationship */ /* function oik_bmt_preview() – View the tag to time relationship */View on GitHub View on Trac