Changeset 3185585
- Timestamp:
- 11/11/2024 10:07:25 AM (17 months ago)
- Location:
- stockpack/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
src/class-stockpackmedia.php (modified) (1 diff)
-
stockpack.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
stockpack/trunk/readme.txt
r3180572 r3185585 4 4 Requires at least: 4.6 5 5 Tested up to: 6.6.2 6 Stable tag: 3.4. 46 Stable tag: 3.4.5 7 7 License: GPL 8 8 License URI: https://www.gnu.org/licenses/gpl-3.0.en.html … … 134 134 == Changelog == 135 135 136 = 3.4. 4=136 = 3.4.5 = 137 137 Fixed backwards compatibility issue with DIVI 138 139 = 3.4.5 = 140 Fe load bugfix 138 141 139 142 = 3.4.3 = -
stockpack/trunk/src/class-stockpackmedia.php
r3180572 r3185585 229 229 public function templates() { 230 230 231 if (!did_action('wp_enqueue_media') || (isset($_GET['page']) && $_GET['page'] === 'stockpack') || stockpack_frontend_load()) { 232 return; 231 if (!did_action('wp_enqueue_media') || (isset($_GET['page']) && $_GET['page'] === 'stockpack') ) { 232 if(!stockpack_frontend_load()) { 233 return; 234 } 233 235 } 234 236 -
stockpack/trunk/stockpack.php
r3180572 r3185585 6 6 * Author: Derikon Development 7 7 * Author URI: https://derikon.com/ 8 * Version:3.4. 48 * Version:3.4.5 9 9 * Text Domain: stockpack 10 10 * Domain Path: /languages
Note: See TracChangeset
for help on using the changeset viewer.