Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/18/2012 06:03:00 PM (12 years ago)
Author:
r-a-y
Message:

EOF:

  • Fall in line with WordPress 3.4 coding practices by removing all EOF closing PHP tags.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-groups/bp-groups-widgets.php

    r6264 r6342  
    202202
    203203}
    204 add_action( 'wp_ajax_widget_groups_list', 'groups_ajax_widget_groups_list' );
     204add_action( 'wp_ajax_widget_groups_list',        'groups_ajax_widget_groups_list' );
    205205add_action( 'wp_ajax_nopriv_widget_groups_list', 'groups_ajax_widget_groups_list' );
    206 
    207 ?>
Note: See TracChangeset for help on using the changeset viewer.