Skip to:
Content

bbPress.org


Ignore:
Timestamp:
11/02/2016 10:59:20 AM (9 years ago)
Author:
netweb
Message:

Indentation fixes, tabs, not spaces.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/includes/extend/akismet.php

    r5951 r6115  
    319319        // Add some reporter info
    320320        if ( is_object( $current_user ) ) {
    321             $post_data['reporter'] = $current_user->user_login;
     321            $post_data['reporter'] = $current_user->user_login;
    322322        }
    323323
Note: See TracChangeset for help on using the changeset viewer.