Ticket #28569: 28569.patch
File 28569.patch, 428 bytes (added by , 10 years ago) |
---|
-
src/wp-includes/admin-bar.php
805 805 function show_admin_bar( $show ) { 806 806 global $show_admin_bar; 807 807 $show_admin_bar = (bool) $show; 808 809 if ( $show_admin_bar === false ) { 810 remove_action( 'wp_head', '_admin_bar_bump_cb' ); 811 } 808 812 } 809 813 810 814 /**