Changeset 3155369
- Timestamp:
- 09/20/2024 08:16:25 PM (15 months ago)
- Location:
- cubewp-framework/trunk/cube/classes
- Files:
-
- 2 edited
-
class-cubewp-frontend-templates.php (modified) (1 diff)
-
class-cubewp-load.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cubewp-framework/trunk/cube/classes/class-cubewp-frontend-templates.php
r3155340 r3155369 321 321 } 322 322 323 foreach ($templates as $template) { 324 $located = locate_template($template); 325 if ($located) { 326 return $located; 323 if(!empty($templates)){ 324 foreach ($templates as $template) { 325 $located = locate_template($template); 326 if ($located) { 327 return $located; 328 } 327 329 } 328 330 } -
cubewp-framework/trunk/cube/classes/class-cubewp-load.php
r3155340 r3155369 21 21 * @var string 22 22 */ 23 public static $CubeWp_version = '1.1.17 ';23 public static $CubeWp_version = '1.1.17.1'; 24 24 25 25 /**
Note: See TracChangeset
for help on using the changeset viewer.