Changeset 760861
- Timestamp:
- 08/22/2013 06:44:47 PM (13 years ago)
- File:
-
- 1 edited
-
free-guest-post/trunk/index.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
free-guest-post/trunk/index.php
r760822 r760861 37 37 $this->admin_option_name = 'free_writer_plugin_options'; 38 38 39 $this->plugin_path = ABSPATH . 'wp-content/plugins/ ghost_writer/';40 41 $this->plugin_url = plugins_url() . '/ ghost_writer/';39 $this->plugin_path = ABSPATH . 'wp-content/plugins/free-guest-post/'; 40 41 $this->plugin_url = plugins_url() . '/free-guest-post/'; 42 42 43 43 $free_writer_option = get_option($this->admin_option_name);
Note: See TracChangeset
for help on using the changeset viewer.