Changeset 45599 for trunk/src/wp-admin/includes/update.php
- Timestamp:
- 07/05/2019 01:44:41 AM (7 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/includes/update.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/update.php
r45583 r45599 508 508 * } 509 509 */ 510 do_action( "in_plugin_update_message-{$file}", $plugin_data, $response ); 510 do_action( "in_plugin_update_message-{$file}", $plugin_data, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 511 511 512 512 echo '</p></div></td></tr>'; … … 647 647 * } 648 648 */ 649 do_action( "in_theme_update_message-{$theme_key}", $theme, $response ); 649 do_action( "in_theme_update_message-{$theme_key}", $theme, $response ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores 650 650 651 651 echo '</p></div></td></tr>';
Note: See TracChangeset
for help on using the changeset viewer.