Changeset 3397313
- Timestamp:
- 11/17/2025 02:41:47 PM (4 months ago)
- Location:
- no-page-comment
- Files:
-
- 2 edited
-
tags/1.3.1/inc/class-plugin.php (modified) (1 diff)
-
trunk/inc/class-plugin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
no-page-comment/tags/1.3.1/inc/class-plugin.php
r3397312 r3397313 9 9 class Plugin { 10 10 private static $instance = null; 11 private static $plugin_version = '1.3. 0';11 private static $plugin_version = '1.3.1'; 12 12 private static $plugin_file; 13 13 -
no-page-comment/trunk/inc/class-plugin.php
r3397312 r3397313 9 9 class Plugin { 10 10 private static $instance = null; 11 private static $plugin_version = '1.3. 0';11 private static $plugin_version = '1.3.1'; 12 12 private static $plugin_file; 13 13
Note: See TracChangeset
for help on using the changeset viewer.