Changeset 31411
- Timestamp:
- 02/11/2015 03:58:22 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r31176 r31411 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 */
Note: See TracChangeset
for help on using the changeset viewer.