Ticket #18879: 18879.patch
| File 18879.patch, 531 bytes (added by kurtpayne, 21 months ago) |
|---|
-
wp-includes/admin-bar.php
22 22 return false; 23 23 24 24 /* Load the admin bar class code ready for instantiation */ 25 require ( ABSPATH . WPINC . '/class-wp-admin-bar.php' );25 require_once( ABSPATH . WPINC . '/class-wp-admin-bar.php' ); 26 26 27 27 /* Instantiate the admin bar */ 28 28 $admin_bar_class = apply_filters( 'wp_admin_bar_class', 'WP_Admin_Bar' );