You appear to be a bot. Output may be restricted
Description
View the taxonomy to type relationship
Usage
oik_x2t_preview();
Parameters
Returns
voidSource
File name: oik-types/admin/oik-x2t.phpLines:
1 to 10 of 10
function oik_x2t_preview() { oik_require( "includes/oik-sc-help.inc" ); $preview_x2t = bw_array_get( $_REQUEST, "preview_x2t", null ); if ( $preview_x2t ) { sdiv( "oik_preview"); //bw_invoke_x2t( $preview_x2t, null, "Preview of the $preview_x2t x2t" ); p( "Preview not yet implemented" ); ediv( "oik_preview"); } }View on GitHub