Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- --- options_flexible.old.php 2013-08-02 19:40:46.000000000 +0100
- +++ options_flexible.php 2013-09-17 07:46:04.116932100 +0100
- @@ -712,7 +712,7 @@
- "id" => $shortname."_child_css",
- "type" => "checkbox2",
- "std" => "false",
- - "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)
- + "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)
- ),
- array( "type" => "clearfix",),
- @@ -722,7 +722,7 @@
- "type" => "text",
- "validation_type" => "url",
- "std" => "",
- - "desc" => esc_html__("Input the URL to your child stylsheet here.",$themename)
- + "desc" => esc_html__("Input the URL to your child stylesheet here.",$themename)
- ),
- array( "name" => esc_html__("Main font color",$themename),
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement