Changeset 361951
- Timestamp:
- 03/19/2011 03:35:05 AM (15 years ago)
- File:
-
- 1 edited
-
latex/trunk/latex.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
latex/trunk/latex.php
r361950 r361951 58 58 59 59 function latex_for_wp_activate() { 60 if (get_option("latex_imgcss") == FALSE )60 // if (get_option("latex_imgcss") == FALSE ) 61 61 add_option("latex_imgcss", "vertical-align: middle; border: none;"); 62 if (get_option("latex_img_server") == FALSE )62 // if (get_option("latex_img_server") == FALSE ) 63 63 add_option("latex_img_server", "http://chart.apis.google.com/chart?cht=tx&chl="); 64 if (get_option("mathjax_server") == FALSE )64 // if (get_option("mathjax_server") == FALSE ) 65 65 add_option("mathjax_server", "http://cdn.mathjax.org/mathjax/latest/MathJax.js?config=default"); 66 if (get_option("latex_cache_path") == FALSE )66 // if (get_option("latex_cache_path") == FALSE ) 67 67 add_option("latex_cache_path", ABSPATH."wp-content/plugins/latex/cache/"); 68 68 }
Note: See TracChangeset
for help on using the changeset viewer.