Version Description
None so far.
Download this release
Release Info
Developer | tai |
Plugin | Show Current Template |
Version | 0.3.3 |
Comparing to | |
See all releases |
Code changes from version 0.3.2 to 0.3.3
- readme.txt +2 -2
- show-current-template.php +2 -2
readme.txt
CHANGED
@@ -4,13 +4,13 @@ Donate link: https://wp.tekapo.com/is-my-plugin-useful/
|
|
4 |
Tags: template, toolbar
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 5.3
|
7 |
-
Stable tag: 0.3.
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
|
12 |
== Description ==
|
13 |
-
A WordPress plugin which shows the current template file name, the current theme name and included template files' name in the tool bar. If you like this plugin, <a href="
|
14 |
|
15 |
Inspired by (and big thanks to):
|
16 |
|
4 |
Tags: template, toolbar
|
5 |
Requires at least: 3.5
|
6 |
Tested up to: 5.3
|
7 |
+
Stable tag: 0.3.3
|
8 |
License: GPLv2 or later
|
9 |
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
10 |
|
11 |
|
12 |
== Description ==
|
13 |
+
A WordPress plugin which shows the current template file name, the current theme name and included template files' name in the tool bar. If you like this plugin, <a href="hhtps://wp.tekapo.com/is-my-plugin-useful/">you can buy me a coffee! ;-)</a>
|
14 |
|
15 |
Inspired by (and big thanks to):
|
16 |
|
show-current-template.php
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
/*
|
4 |
Plugin Name: Show Current Template
|
5 |
Plugin URI: https://wp.tekapo.com/
|
6 |
-
Description: Show the current template file name in the tool bar.
|
7 |
Author: JOTAKI Taisuke
|
8 |
-
Version: 0.3.
|
9 |
Author URI: https://tekapo.com/
|
10 |
Text Domain: show-current-template
|
11 |
Domain Path: /languages/
|
3 |
/*
|
4 |
Plugin Name: Show Current Template
|
5 |
Plugin URI: https://wp.tekapo.com/
|
6 |
+
Description: Show the current template file name in the tool bar. <a href="hhttps://wp.tekapo.com/is-my-plugin-useful/">Is this useful for you?</a>
|
7 |
Author: JOTAKI Taisuke
|
8 |
+
Version: 0.3.3
|
9 |
Author URI: https://tekapo.com/
|
10 |
Text Domain: show-current-template
|
11 |
Domain Path: /languages/
|