Changeset 6097
- Timestamp:
- 11/09/2017 02:06:01 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-payments/includes/wordcamp-budgets.php
r6094 r6097 485 485 */ 486 486 public static function validate_save_payment_method_fields( $post_id, $meta_key_prefix ) { 487 if ( ! current_user_can( 'view_wordcamp_payment_details' ) ) { 488 return; 489 } 490 487 491 foreach ( $_POST as $key => $unsafe_value ) { 488 492 $unsafe_value = wp_unslash( $unsafe_value );
Note: See TracChangeset
for help on using the changeset viewer.