Changeset 1437
- Timestamp:
- 03/20/2015 10:17:42 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/global.wordpress.org/public_html/wp-content/mu-plugins/roles/class-translation-editors-list-table.php
r1419 r1437 211 211 */ 212 212 public function column_projects( $user ) { 213 $project_access_list = $user->get( $this->project_access_meta_key);213 $project_access_list = get_user_meta( $user->ID, $this->project_access_meta_key, true ); 214 214 215 215 if ( empty( $project_access_list ) ) {
Note: See TracChangeset
for help on using the changeset viewer.