Changeset 45599 for trunk/src/wp-admin/update-core.php
- Timestamp:
- 07/05/2019 01:44:41 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update-core.php
r45583 r45599 886 886 * @since 3.2.0 887 887 */ 888 do_action( "update-core-custom_{$action}" ); 889 } 888 do_action( "update-core-custom_{$action}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 889 }
Note: See TracChangeset
for help on using the changeset viewer.