Changeset 1262030
- Timestamp:
- 10/08/2015 11:03:10 PM (10 years ago)
- Location:
- storyform/trunk
- Files:
-
- 2 edited
-
config.php (modified) (1 diff)
-
storyform.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
storyform/trunk/config.php
r1261349 r1262030 19 19 20 20 function get_static_hostname(){ 21 if( !Storyform_Options::get_instance()->get_preview_next_version() ){21 if( Storyform_Options::get_instance()->get_preview_next_version() ){ 22 22 return '//betastatic.storyform.co'; 23 23 } else { -
storyform/trunk/storyform.php
r1261349 r1262030 5 5 Plugin Name: Storyform 6 6 Plugin URI: http://storyform.co/docs/wordpress 7 Version: 0.6. 87 Version: 0.6.9 8 8 Description: Plugin to enable Storyform on select posts. Works with both SEO and non-SEO permalinks. 9 9 Author: Storyform … … 13 13 14 14 global $storyform_version; 15 $storyform_version = '0.6. 8'; // The plugin version15 $storyform_version = '0.6.9'; // The plugin version 16 16 17 17 require_once( dirname( __FILE__ ) . '/config.php');
Note: See TracChangeset
for help on using the changeset viewer.