You appear to be a bot. Output may be restricted
Description
Display a link to a post in a list item
Usage
bw_list_id( $id );
Parameters
- $id
- ( ID ) required – the post ID, which is expected to exist
Returns
voidSource
File name: oik/shortcodes/oik-list.phpLines:
1 to 6 of 6
function bw_list_id( $id ) { stag( "li" ); oik_require( "shortcodes/oik-parent.php" ); bw_post_link( $id ); etag( "li"); }View on GitHub View on Trac