Version Description
- Oops, too short.
Download this release
Release Info
Developer | tai |
Plugin | Show Current Template |
Version | 0.2.2 |
Comparing to | |
See all releases |
Code changes from version 0.2.1 to 0.2.2
- readme.txt +5 -2
- show-current-template.php +1 -1
- style.css +2 -2
readme.txt
CHANGED
@@ -3,8 +3,8 @@ Contributors: tai
|
|
3 |
Donate link:
|
4 |
Tags: template, toolbar
|
5 |
Requires at least: 3.5
|
6 |
-
Tested up to: 4.
|
7 |
-
Stable tag: 0.2.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
@@ -45,6 +45,9 @@ None so far.
|
|
45 |
|
46 |
== Changelog ==
|
47 |
|
|
|
|
|
|
|
48 |
= 0.2.1 =
|
49 |
* UPDATED: Make the height of included files names shorter
|
50 |
|
3 |
Donate link:
|
4 |
Tags: template, toolbar
|
5 |
Requires at least: 3.5
|
6 |
+
Tested up to: 4.5
|
7 |
+
Stable tag: 0.2.2
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
45 |
|
46 |
== Changelog ==
|
47 |
|
48 |
+
= 0.2.2 =
|
49 |
+
* Oops, too short.
|
50 |
+
|
51 |
= 0.2.1 =
|
52 |
* UPDATED: Make the height of included files names shorter
|
53 |
|
show-current-template.php
CHANGED
@@ -5,7 +5,7 @@
|
|
5 |
Plugin URI: http://wp.tekapo.com/
|
6 |
Description: Show the current template file name in the tool bar.
|
7 |
Author: JOTAKI Taisuke
|
8 |
-
Version: 0.2.
|
9 |
Author URI: http://tekapo.com/
|
10 |
Text Domain: show-current-template
|
11 |
Domain Path: /languages/
|
5 |
Plugin URI: http://wp.tekapo.com/
|
6 |
Description: Show the current template file name in the tool bar.
|
7 |
Author: JOTAKI Taisuke
|
8 |
+
Version: 0.2.2
|
9 |
Author URI: http://tekapo.com/
|
10 |
Text Domain: show-current-template
|
11 |
Domain Path: /languages/
|
style.css
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
/*
|
2 |
Document : style.css
|
3 |
Created on : 2013/01/21, 16:04:46
|
4 |
-
Updated on : 2015/11/29, 9:
|
5 |
Author : tai
|
6 |
Description:
|
7 |
The stylesheet for the plugin.
|
@@ -29,7 +29,7 @@
|
|
29 |
}
|
30 |
|
31 |
#wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li {
|
32 |
-
line-height: 1.
|
33 |
}
|
34 |
|
35 |
#wpadminbar #included-files-list {
|
1 |
/*
|
2 |
Document : style.css
|
3 |
Created on : 2013/01/21, 16:04:46
|
4 |
+
Updated on : 2015/11/29, 9:45
|
5 |
Author : tai
|
6 |
Description:
|
7 |
The stylesheet for the plugin.
|
29 |
}
|
30 |
|
31 |
#wpadminbar #wp-admin-bar-included_files_path .ab-item #included-files-list li {
|
32 |
+
line-height: 1.5;
|
33 |
}
|
34 |
|
35 |
#wpadminbar #included-files-list {
|