Plugin Directory

Changeset 361951


Ignore:
Timestamp:
03/19/2011 03:35:05 AM (15 years ago)
Author:
mathzqy
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • latex/trunk/latex.php

    r361950 r361951  
    5858
    5959function latex_for_wp_activate() {
    60     if (get_option("latex_imgcss") == FALSE )
     60//  if (get_option("latex_imgcss") == FALSE )
    6161        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 )
    6363        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 )
    6565        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 )   
    6767        add_option("latex_cache_path", ABSPATH."wp-content/plugins/latex/cache/");
    6868}
Note: See TracChangeset for help on using the changeset viewer.