_admin_bar_bump_cb

函数


_admin_bar_bump_cb ( No parameters )
定义位置
  • wp-includes/admin-bar.php
    , line 1210
引入
3.1.0
弃用

Prints default admin bar callback.

function _admin_bar_bump_cb() {
	$type_attr = current_theme_supports( 'html5', 'style' ) ? '' : ' type="text/css"';
	?>