Changeset 45599 for trunk/src/wp-admin/admin-footer.php
- Timestamp:
- 07/05/2019 01:44:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/admin-footer.php
r42343 r45599 81 81 * @since 4.6.0 82 82 */ 83 do_action( "admin_print_footer_scripts-{$hook_suffix}" ); 83 do_action( "admin_print_footer_scripts-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 84 84 85 85 /** … … 98 98 * @since 2.8.0 99 99 */ 100 do_action( "admin_footer-{$hook_suffix}" ); 100 do_action( "admin_footer-{$hook_suffix}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 101 101 102 102 // get_site_option() won't exist when auto upgrading from <= 2.7
Note: See TracChangeset
for help on using the changeset viewer.