Changeset 3464707
- Timestamp:
- 02/19/2026 02:48:46 AM (6 weeks ago)
- Location:
- display-post-types
- Files:
-
- 2 edited
-
tags/3.2.6/backend/class-register.php (modified) (1 diff)
-
trunk/backend/class-register.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
display-post-types/tags/3.2.6/backend/class-register.php
r3463226 r3464707 219 219 } 220 220 221 if ( defined( 'DPT_PRO_VERSION' ) && version_compare( DPT_PRO_VERSION, ' 7', '<' ) ) {221 if ( defined( 'DPT_PRO_VERSION' ) && version_compare( DPT_PRO_VERSION, '1.4.7', '<' ) ) { 222 222 ?> 223 223 <div class="notice-warning notice is-dismissible pp-welcome-notice"> -
display-post-types/trunk/backend/class-register.php
r3463226 r3464707 219 219 } 220 220 221 if ( defined( 'DPT_PRO_VERSION' ) && version_compare( DPT_PRO_VERSION, ' 7', '<' ) ) {221 if ( defined( 'DPT_PRO_VERSION' ) && version_compare( DPT_PRO_VERSION, '1.4.7', '<' ) ) { 222 222 ?> 223 223 <div class="notice-warning notice is-dismissible pp-welcome-notice">
Note: See TracChangeset
for help on using the changeset viewer.