You appear to be a bot. Output may be restricted
Description
Return the set of action links for the row
Usage
OIK_settings::links( $key, $data );
Parameters
- $key
- ( mixed ) required –
- $data
- ( mixed ) required –
Returns
voidTO DO
Allow other actionsSource
File name: oik-rwd/admin/oik-settings.phpLines:
1 to 8 of 8
function links( $key, $data ) { $links = null; $links .= link( "preview", $key ); $links .= link( "delete", $key ); $links .= link( "edit", $key ); return( $links ); }View on GitHub