Changeset 7654
- Timestamp:
- 09/10/2018 03:27:44 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wcpt/wcpt-meetup/class-meetup-admin.php
r7646 r7654 71 71 */ 72 72 public static function get_edit_capability() { 73 return ' can_wrangle_meetup';73 return 'wordcamp_wrangle_wordcamps'; 74 74 } 75 75 … … 278 278 } 279 279 280 /** 281 * Displays a MetaBox which allows option to sync Meetup.com API data with Meetup tracker. 282 */ 280 283 public function wcpt_meetup_sync() { 281 284 global $post_id; … … 303 306 <?php 304 307 } 308 305 309 /** 306 310 * Updates meetup fields using meetup.com API only if Sync now checkbox is checked.
Note: See TracChangeset
for help on using the changeset viewer.