Changeset 385446
- Timestamp:
- 05/16/2011 02:15:44 PM (15 years ago)
- Location:
- fx-simple-loginlogout
- Files:
-
- 2 edited
- 1 copied
-
tags/1.0.2 (copied) (copied from fx-simple-loginlogout/trunk)
-
tags/1.0.2/FX-simple-LoginLogout.php (modified) (2 diffs)
-
trunk/FX-simple-LoginLogout.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fx-simple-loginlogout/tags/1.0.2/FX-simple-LoginLogout.php
r293911 r385446 3 3 * Description: Widget displays simple horizontal login for top of the page. Requires wp-fb-autoconnect plugin 4 4 * Author: Aivaras Sondeckis 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * Author URI: http://www.3Dgrafika.lt 7 7 * Plugin URI: http://wordpress.org/extend/plugins/fx-simple-loginlogout/ … … 10 10 11 11 /* 12 * Copyright 201 0Aivaras Sondeckis (email: info@3Dgrafika.lt)12 * Copyright 2011 Aivaras Sondeckis (email: info@3Dgrafika.lt) 13 13 */ 14 14 15 15 class FX_Simple_LoginLogout extends WP_Widget 16 16 { 17 //////////////////////////////////////////////////////18 17 //Init the Widget 19 18 function FX_Simple_LoginLogout() 20 19 { 21 $this->WP_Widget( false, "FX Simple LoginLogout", array( 'description' => 'A top sidebarLogin/Logout form with Facebook Connect button (Requires WP-FB-Autoconnect plugin)' ) );20 $this->WP_Widget( false, "FX Simple LoginLogout", array( 'description' => 'A simple Login/Logout form with Facebook Connect button (Requires WP-FB-Autoconnect plugin)' ) ); 22 21 } 23 22 -
fx-simple-loginlogout/trunk/FX-simple-LoginLogout.php
r293911 r385446 3 3 * Description: Widget displays simple horizontal login for top of the page. Requires wp-fb-autoconnect plugin 4 4 * Author: Aivaras Sondeckis 5 * Version: 1.0. 15 * Version: 1.0.2 6 6 * Author URI: http://www.3Dgrafika.lt 7 7 * Plugin URI: http://wordpress.org/extend/plugins/fx-simple-loginlogout/ … … 10 10 11 11 /* 12 * Copyright 201 0Aivaras Sondeckis (email: info@3Dgrafika.lt)12 * Copyright 2011 Aivaras Sondeckis (email: info@3Dgrafika.lt) 13 13 */ 14 14 15 15 class FX_Simple_LoginLogout extends WP_Widget 16 16 { 17 //////////////////////////////////////////////////////18 17 //Init the Widget 19 18 function FX_Simple_LoginLogout() 20 19 { 21 $this->WP_Widget( false, "FX Simple LoginLogout", array( 'description' => 'A top sidebarLogin/Logout form with Facebook Connect button (Requires WP-FB-Autoconnect plugin)' ) );20 $this->WP_Widget( false, "FX Simple LoginLogout", array( 'description' => 'A simple Login/Logout form with Facebook Connect button (Requires WP-FB-Autoconnect plugin)' ) ); 22 21 } 23 22
Note: See TracChangeset
for help on using the changeset viewer.