Lines:
1 to 27 of 27
<?php // (C) Copyright Bobbing Wide 2014,2015 if ( !defined( "BW_LIST_TABLE_INCLUDED" ) ) { define( "BW_LIST_TABLE_INCLUDED", "0.0.1" ); define( 'BW_LIST_TABLE_FILE', __FILE__ ); /** * oik-list-table is destined to becoming a shared library called bw_list_table * Here we're going to use the BW_LIST_TABLE_INCLUDED constant * to attempt to prevent problems... * but may use oik_require_lib( "bw_list_table") when this file gets deprecated * so perhaps it's not a good idea after all. * That's OK, we can use CLASS_BW_LIST_TABLE for the BW_List_Table class * and CLASS_BW_OPTIONS_LIST_TABLE for the BW_Options_List_Table class */ /* function bw_get_list_table() – Fetch an instance of the BW_List_Table class */ /* function bw_list_table_loader() – Find where the class is implemented and load it */ /* function _bw_get_list_table_args_screen() – Fiddle about with $args[’screen’] */ } /* endif */View on GitHub View on Trac