Changeset 4279 for sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-participation-notifier/wordcamp-participation-notifier.php
- Timestamp:
- 10/21/2016 04:09:56 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-participation-notifier/wordcamp-participation-notifier.php
r3808 r4279 206 206 207 207 if ( $user_id ) { 208 $user = get_user_by( 'id', $user_id ); // todo This is a temporary workaround for r3806 until everything can be refactored 208 $user = get_user_by( 'id', $user_id ); 209 // todo - This is a temporary workaround for r3806 until everything can be refactored. 210 // Refactoring may no longer be necessary, see https://meta.trac.wordpress.org/changeset/3894 209 211 210 212 $activity = array(
Note: See TracChangeset
for help on using the changeset viewer.