Changeset 13909 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
- Timestamp:
- 07/18/2024 05:35:35 AM (20 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/class-tools.php
r13650 r13909 241 241 242 242 Tools::subscribe_user_to_forum_threads( $user, $post ); 243 244 // Store some user-meta against the committer, so that other code knows this is a current (or past) plugin committer. 245 update_user_meta( $user->ID, 'has_plugins', time() ); 243 246 244 247 return $result;
Note: See TracChangeset
for help on using the changeset viewer.