Changeset 372132
- Timestamp:
- 04/12/2011 08:33:45 PM (15 years ago)
- Location:
- xml-google-maps/trunk
- Files:
-
- 2 edited
-
xmlgooglemaps.php (modified) (1 diff)
-
xmlgooglemaps_optionspage.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
xml-google-maps/trunk/xmlgooglemaps.php
r372131 r372132 52 52 53 53 xmlgooglemaps_dbfunctions::install(); 54 xmlgooglemaps_helper::clearCache sAfterUpdate();54 xmlgooglemaps_helper::clearCacheAfterUpdate(); 55 55 56 56 $content = str_replace("\n","####nnnn####", $content); -
xml-google-maps/trunk/xmlgooglemaps_optionspage.php
r372131 r372132 6 6 global $wpdb; 7 7 8 xmlgooglemaps_helper::clearCache sAfterUpdate();8 xmlgooglemaps_helper::clearCacheAfterUpdate(); 9 9 10 10 // If we are a postback, store the options
Note: See TracChangeset
for help on using the changeset viewer.