Changeset 45599 for trunk/src/wp-admin/update.php
- Timestamp:
- 07/05/2019 01:44:41 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/update.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/update.php
r43571 r45599 296 296 * @since 2.8.0 297 297 */ 298 do_action( "update-custom_{$action}" ); 298 do_action( "update-custom_{$action}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 299 299 } 300 300 }
Note: See TracChangeset
for help on using the changeset viewer.