Changeset 631110
- Timestamp:
- 11/28/2012 08:42:09 AM (13 years ago)
- Location:
- codestyling-localization/trunk
- Files:
-
- 2 edited
-
codestyling-localization.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
codestyling-localization/trunk/codestyling-localization.php
r631091 r631110 61 61 return array("$scheme$user$pass$host$port","$path$query$fragment"); 62 62 } 63 64 if (!function_exists('get_site_url')) { 65 function get_site_url() { return get_option('site_url'); } 66 } 67 if (!function_exists('plugins_url')) { 68 function plugins_url($plugin) { return WP_PLUGIN_URL . '/' . plugin_basename($plugin); } 69 } 63 70 64 71 if (function_exists('add_action')) { … … 2934 2941 ) { 2935 2942 print '<link rel="stylesheet" href="'.get_site_url()."/wp-includes/js/thickbox/thickbox.css".'" type="text/css" media="screen"/>'; 2936 print '<link rel="stylesheet" href="'.CSP_PO_BASE_URL.'/codestyling-localization.php?css=default'.'" type="text/css" media="screen"/>'; 2943 print '<link rel="stylesheet" href="'.CSP_PO_BASE_URL.'/css/ui.all.css'.'" type="text/css" media="screen"/>'; 2944 print '<link rel="stylesheet" href="'.CSP_PO_BASE_URL.'/css/plugin.css'.'" type="text/css" media="screen"/>'; 2945 if(function_exists('is_rtl') && is_rtl()) 2946 print '<link rel="stylesheet" href="'.CSP_PO_BASE_URL.'/css/plugin-rtl.css'.'" type="text/css" media="screen"/>'; 2937 2947 } 2938 2948 } -
codestyling-localization/trunk/readme.txt
r631094 r631110 82 82 == Changelog == 83 83 84 = Version 1.99.27 = 85 * Bugfix: WordPress version 3.5 starts removing prototype.js and scriptaculous but falls back to google CDN include which brokes JSON requests 86 * Bugfix: CDN verification returned an error object and caused a fatal error if external script can't be verified 87 * Bugfix: german translation contains untranslated terms 88 * Bugfix: compatibility improved and checked, still compatible with WordPress >= 2.5 89 84 90 = Version 1.99.26 = 85 91 * Bugfix: WordPress version 3.5 starts removing prototype.js and scriptaculous but falls back to google CDN include which brokes JSON requests
Note: See TracChangeset
for help on using the changeset viewer.