Advertisement
daymobrew

Typo in options_flexible.php

Sep 17th, 2013
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.02 KB | None | 0 0
  1. --- options_flexible.old.php    2013-08-02 19:40:46.000000000 +0100
  2. +++ options_flexible.php    2013-09-17 07:46:04.116932100 +0100
  3. @@ -712,7 +712,7 @@
  4.                     "id" => $shortname."_child_css",
  5.                     "type" => "checkbox2",
  6.                     "std" => "false",
  7. -                   "desc" => esc_html__("If you would like to add a second stylsheet to your blog enable this option and input the link to your stylesheet below.",$themename)
  8. +                   "desc" => esc_html__("If you would like to add a second stylesheet to your blog enable this option and input the link to your stylesheet below.",$themename)
  9.             ),
  10.  
  11.             array( "type" => "clearfix",),
  12. @@ -722,7 +722,7 @@
  13.                    "type" => "text",
  14.                    "validation_type" => "url",
  15.                    "std" => "",
  16. -                  "desc" => esc_html__("Input the URL to your child stylsheet here.",$themename)
  17. +                  "desc" => esc_html__("Input the URL to your child stylesheet here.",$themename)
  18.             ),
  19.  
  20.             array( "name" => esc_html__("Main font color",$themename),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement