Changeset 10055
- Timestamp:
- 07/10/2020 07:11:59 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-block-validator.php
r10054 r10055 47 47 Tools::audit_log( 'Plugin added to block directory.', $post->ID ); 48 48 self::maybe_send_email_plugin_added( $post ); 49 Plugin_Import::queue( $post->post_name, array( 'tags_touched' => $post->stable_tag) );49 Plugin_Import::queue( $post->post_name, array( 'tags_touched' => array( $post->stable_tag ) ) ); 50 50 } elseif ( 'remove' === $_POST['block-directory-edit'] ) { 51 51 Tools::audit_log( 'Plugin removed from block directory.', $post->ID );
Note: See TracChangeset
for help on using the changeset viewer.