Version Description
Download this release
Release Info
Developer | wokamoto |
Plugin | Crazy Bone |
Version | 0.1.2 |
Comparing to | |
See all releases |
Code changes from version 0.1.1 to 0.1.2
- plugin.php +4 -4
- readme.txt +1 -1
plugin.php
CHANGED
@@ -4,7 +4,7 @@ Plugin Name: Crazy Bone
|
|
4 |
Plugin URI:
|
5 |
Description: Tracks user name, time of login, IP address and browser user agent.
|
6 |
Author: wokamoto
|
7 |
-
Version: 0.1.
|
8 |
Author URI: http://dogmap.jp/
|
9 |
Text Domain: user-login-log
|
10 |
Domain Path: /languages/
|
@@ -517,7 +517,7 @@ jQuery(function(){setTimeout('get_ull_info()', 30000);});
|
|
517 |
</form>
|
518 |
</div>
|
519 |
<?php } ?>
|
520 |
-
<div class="alignright
|
521 |
<?php echo $page_links_text; ?>
|
522 |
</div>
|
523 |
<br class="clear" />
|
@@ -584,7 +584,7 @@ $errors =
|
|
584 |
</table>
|
585 |
|
586 |
<div class="tablenav">
|
587 |
-
<div class="alignright
|
588 |
<?php echo $page_links_text; ?>
|
589 |
</div>
|
590 |
<br class="clear" />
|
@@ -595,4 +595,4 @@ $errors =
|
|
595 |
}
|
596 |
}
|
597 |
|
598 |
-
new user_login_log();
|
4 |
Plugin URI:
|
5 |
Description: Tracks user name, time of login, IP address and browser user agent.
|
6 |
Author: wokamoto
|
7 |
+
Version: 0.1.2
|
8 |
Author URI: http://dogmap.jp/
|
9 |
Text Domain: user-login-log
|
10 |
Domain Path: /languages/
|
517 |
</form>
|
518 |
</div>
|
519 |
<?php } ?>
|
520 |
+
<div class="alignright tablenav-pages">
|
521 |
<?php echo $page_links_text; ?>
|
522 |
</div>
|
523 |
<br class="clear" />
|
584 |
</table>
|
585 |
|
586 |
<div class="tablenav">
|
587 |
+
<div class="alignright tablenav-pages">
|
588 |
<?php echo $page_links_text; ?>
|
589 |
</div>
|
590 |
<br class="clear" />
|
595 |
}
|
596 |
}
|
597 |
|
598 |
+
new user_login_log();
|
readme.txt
CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=9S8AJ
|
|
4 |
Tags: log, login, users
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.5.1
|
7 |
-
Stable tag: 0.1.
|
8 |
|
9 |
Tracks user name, time of login, IP address and browser user agent.
|
10 |
|
4 |
Tags: log, login, users
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 3.5.1
|
7 |
+
Stable tag: 0.1.2
|
8 |
|
9 |
Tracks user name, time of login, IP address and browser user agent.
|
10 |
|