Changeset 47198 for trunk/src/wp-includes/admin-bar.php
- Timestamp:
- 02/06/2020 06:31:22 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/admin-bar.php
r47122 r47198 29 29 30 30 /* Load the admin bar class code ready for instantiation */ 31 require_once ( ABSPATH . WPINC . '/class-wp-admin-bar.php' );31 require_once ABSPATH . WPINC . '/class-wp-admin-bar.php'; 32 32 33 33 /* Instantiate the admin bar */
Note: See TracChangeset
for help on using the changeset viewer.