Ticket #31287: 31287.1.diff
| File 31287.1.diff, 451 bytes (added by , 11 years 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