
40个最常用的Linux命令行大全
links_popup_script ( $text = 'Links', $width = 400, $height = 400, $file = 'links.all.php', $count = true )
links_popup_script: 这是WordPress中的一个函数,它为网站blogroll中的所有链接添加一个JavaScript弹出窗口。你可以使用这个函数在一个弹出窗口或灯箱中显示链接,这对显示预览或关于链接网站的更多信息很有用。
显示链接弹出窗口的链接和链接的数量。
function links_popup_script($text = 'Links', $width=400, $height=400, $file='links.all.php', $count = true) { _deprecated_function( __FUNCTION__, '2.1.0' ); }