22/*
33 Plugin Name: Members post type
44 Version: 0.7.2
5- Plugin URI: https ://github.com/herewithme/members-post-type
5+ Plugin URI: http ://www.beapi.fr
66 Description: Manage members on WordPress as post type. Implement: post type, authentification, role, clone from WP.
7- Author: Amaury Balmer
7+ Author: BE API Technical team
88 Author URI: http://www.beapi.fr
99 Domain Path: languages
1010 Network: false
3232
3333 Content restriction via roles
3434 Browse as
35+
3536 ----
36-
37- Copyright 2013 Amaury Balmer (amaury @beapi.fr)
38-
37+
38+ Copyright 2016 BE API Technical team (human @beapi.fr)
39+
3940 This program is free software; you can redistribute it and/or modify
4041 it under the terms of the GNU General Public License as published by
4142 the Free Software Foundation; either version 2 of the License, or
4243 (at your option) any later version.
43-
44+
4445 This program is distributed in the hope that it will be useful,
4546 but WITHOUT ANY WARRANTY; without even the implied warranty of
4647 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4748 GNU General Public License for more details.
48-
49+
4950 You should have received a copy of the GNU General Public License
5051 along with this program; if not, write to the Free Software
5152 Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
@@ -191,4 +192,4 @@ function init_mpt_plugin() {
191192
192193 // Widget
193194 add_action ( 'widgets_init ' , create_function ( '' , 'return register_widget("MPT_Widget"); ' ) );
194- }
195+ }
0 commit comments