Changeset 3173113
- Timestamp:
- 10/21/2024 06:00:10 PM (14 months ago)
- File:
-
- 1 edited
-
ac-change-login-logo/tags/1.0.1/config.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
ac-change-login-logo/tags/1.0.1/config.php
r3173105 r3173113 1 1 <?php 2 3 // If this file is called directly, abort.4 5 2 if (!defined('WPINC')) { 6 7 3 die; 8 9 4 } 10 11 /* my plugin version! */ 12 13 define('AC_LOGIN_LOGO_VERSION', '2.0.0'); 14 15 /* Attachment ID to login logo */ 16 5 define('AC_LOGIN_LOGO_VERSION', '1.0.1'); 17 6 define('AC_LOGIN_LOGO_ID', 'ac_login_logo_id'); 18
Note: See TracChangeset
for help on using the changeset viewer.