Changeset 3878
- Timestamp:
- 08/29/2016 09:16:01 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordcamp.org/public_html/wp-content/plugins/wordcamp-forms-to-drafts/wordcamp-forms-to-drafts.php
r3877 r3878 54 54 */ 55 55 public function force_login_to_use_form( $content ) { 56 $form_id = $this->get_current_form_id();56 $form_id = $this->get_current_form_id(); 57 57 $please_login_message = ''; 58 // todo realign59 58 60 59 if ( ! $this->form_requires_login( $form_id ) ) {
Note: See TracChangeset
for help on using the changeset viewer.