Changeset 3389403
- Timestamp:
- 11/04/2025 07:46:11 AM (4 months ago)
- Location:
- squirrly-seo/tags/12.4.14/models/services
- Files:
-
- 2 edited
-
Llms.php (modified) (1 diff)
-
Robots.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
squirrly-seo/tags/12.4.14/models/services/Llms.php
r3359168 r3389403 12 12 13 13 public function generateLlms( $llms = '' ) { 14 $llms .= "\n # " . esc_html__( "Squirrly SEO LLMs", 'squirrly-seo' ) . "\n\n";14 $llms .= "\n"; 15 15 16 16 $llms_permission = (array) SQ_Classes_Helpers_Tools::getOption( 'sq_llms_permission' ); -
squirrly-seo/tags/12.4.14/models/services/Robots.php
r3359108 r3389403 12 12 13 13 public function generateRobots( $robots = '' ) { 14 $robots .= "\n # " . esc_html__( "Squirrly SEO Robots", 'squirrly-seo' );14 $robots .= "\n"; 15 15 16 16 if ( get_option( 'blog_public' ) != 1 ) { 17 $robots .= "\n# " . esc_html__( "Your blog is not public. Please see Site Visibility on Settings > Reading.", 'squirrly-seo' );17 $robots .= "\n# " . "Your blog is not public. Please see Site Visibility on Settings > Reading."; 18 18 } else { 19 19 … … 31 31 32 32 if ( empty( $sq_sitemap ) ) { 33 $robots .= "\n # " . esc_html__( "No Squirrly SEO Robots found.", 'squirrly-seo' );33 $robots .= "\n"; 34 34 } 35 35 }
Note: See TracChangeset
for help on using the changeset viewer.