Changeset 1977377
- Timestamp:
- 11/20/2018 11:42:21 AM (7 years ago)
- Location:
- template-path
- Files:
-
- 6 edited
-
assets/banner-772x250.png (modified) (1 prop) (previous)
-
assets/icon-128x128.png (modified) (1 prop) (previous)
-
assets/icon-256x256.png (modified) (1 prop) (previous)
-
assets/screenshot-1.png (modified) (1 prop) (previous)
-
trunk/template-path/readme.txt (modified) (2 diffs)
-
trunk/template-path/template-path.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
template-path/assets/banner-772x250.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
template-path/assets/icon-128x128.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
template-path/assets/icon-256x256.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
template-path/assets/screenshot-1.png
-
Property
svn:mime-type
changed from
application/octet-streamtoimage/png
-
Property
svn:mime-type
changed from
-
template-path/trunk/template-path/readme.txt
r1975997 r1977377 1 1 === Template Path === 2 3 2 Plugin Name: Template Path 4 Plugin URI: http://www.ravalmithun.wordpress.com3 Plugin URI: 5 4 Author: Mithun Raval 6 5 Author URI: http://www.ravalmithun.wordpress.com … … 30 29 = 1.0.0 31 30 * This is the first version 32 * Compatibility check 31 = 1.0.1 32 * change image mime-type -
template-path/trunk/template-path/template-path.php
r1975997 r1977377 2 2 /* 3 3 * Plugin Name: Template Path 4 * Plugin URI: http://www.ravalmithun.wordpress.com4 * Plugin URI: 5 5 * Description: This plugin will display current page/post template file path in admin menu bar. 6 * Version: 1.0 6 * Version: 1.0.1 7 7 * Author: Mithun Raval 8 8 * Author URI: http://www.ravalmithun.wordpress.com 9 9 * License: GPLv2 or later 10 10 * @package template-path 11 */ 11 12 12 */13 13 /** 14 14 * Current user have not an administrator role or admin bar is hide, Hance return it
Note: See TracChangeset
for help on using the changeset viewer.