Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 1 of Ticket #6569, comment 21


Ignore:
Timestamp:
08/07/2015 05:41:15 AM (9 years ago)
Author:
r-a-y
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6569, comment 21

    initial v1  
    1717}}}
    1818
    19 The reason why this works is imath's patch passes all the form fields from the activity post form during AJAX, which should allow you to check the `$_POST` global for your form field value.
     19The reason why this works is imath's patch passes all the form fields from the activity post form during AJAX, which should allow you to check the `$_POST` global for your form field value.  You have to apply imath's patch first, then you can try the snippet above.