Plugin Directory

Changeset 3355964


Ignore:
Timestamp:
09/04/2025 10:43:44 AM (7 months ago)
Author:
cifi
Message:

Fixed robots to not show any array

File:
1 edited

Legend:

Unmodified
Added
Removed
  • squirrly-seo/tags/12.4.12/models/services/Robots.php

    r3234096 r3355964  
    5252
    5353        foreach (  $robots_permission as $robot_txt ) {
    54             $robots .= $robot_txt . "\n";
     54            if (is_string($robot_txt)){
     55                $robots .= $robot_txt . "\n";
     56            }
    5557        }
    5658
Note: See TracChangeset for help on using the changeset viewer.