Make WordPress Core

Ticket #31287: 31287.1.diff

File 31287.1.diff, 451 bytes (added by danielbachhuber, 11 years ago)
  • wp-includes/admin-bar.php

     
    2222                return false;
    2323
    2424        /* 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' );
    2626
    2727        /* Instantiate the admin bar */
    2828