Changeset 2244269
- Timestamp:
- 02/14/2020 06:27:38 AM (6 years ago)
- Location:
- wp-theme-test
- Files:
-
- 4 edited
- 1 copied
-
tags/1.1.2 (copied) (copied from wp-theme-test/trunk)
-
tags/1.1.2/readme.txt (modified) (1 diff)
-
tags/1.1.2/wp-theme-test.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/wp-theme-test.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-theme-test/tags/1.1.2/readme.txt
r1938976 r2244269 4 4 Tags: : page, pages,theme, themes 5 5 Requires at least: 3.0 or higher 6 Tested up to: 4.9.87 Stable tag: 1.1. 06 Tested up to: 5.3.2 7 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-theme-test/tags/1.1.2/wp-theme-test.php
r1938977 r2244269 5 5 Description: The theme can be changed and displayed to only logged in users. 6 6 Author: Nakashima Masahiro 7 Version: 1.1. 07 Version: 1.1.2 8 8 Author URI: http://www.kigurumi.asia 9 9 Text Domain: wptt 10 10 Domain Path: /languages/ 11 11 */ 12 define( 'WPTT_VERSION', '1.1. 0' );12 define( 'WPTT_VERSION', '1.1.2' ); 13 13 define( 'WPTT_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); 14 14 define( 'WPTT_PLUGIN_NAME', trim( dirname( WPTT_PLUGIN_BASENAME ), '/' ) ); -
wp-theme-test/trunk/readme.txt
r1938976 r2244269 4 4 Tags: : page, pages,theme, themes 5 5 Requires at least: 3.0 or higher 6 Tested up to: 4.9.87 Stable tag: 1.1. 06 Tested up to: 5.3.2 7 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html -
wp-theme-test/trunk/wp-theme-test.php
r1938977 r2244269 5 5 Description: The theme can be changed and displayed to only logged in users. 6 6 Author: Nakashima Masahiro 7 Version: 1.1. 07 Version: 1.1.2 8 8 Author URI: http://www.kigurumi.asia 9 9 Text Domain: wptt 10 10 Domain Path: /languages/ 11 11 */ 12 define( 'WPTT_VERSION', '1.1. 0' );12 define( 'WPTT_VERSION', '1.1.2' ); 13 13 define( 'WPTT_PLUGIN_BASENAME', plugin_basename( __FILE__ ) ); 14 14 define( 'WPTT_PLUGIN_NAME', trim( dirname( WPTT_PLUGIN_BASENAME ), '/' ) );
Note: See TracChangeset
for help on using the changeset viewer.