Changeset 2282830
- Timestamp:
- 04/14/2020 05:17:23 AM (6 years ago)
- Location:
- spec-theme-options/trunk
- Files:
-
- 2 added
- 3 edited
-
README.txt (modified) (1 diff)
-
extensions/custom-post (added)
-
extensions/custom-post/custom-post.php (added)
-
includes/class-spec-theme-options.php (modified) (1 diff)
-
spec-theme-options.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
spec-theme-options/trunk/README.txt
r2270812 r2282830 21 21 == Changelog == 22 22 23 = 1.0.1 - March 19 2020 = 24 * Custom post type added. 25 23 26 = 1.0.0 - March 19 2020 = 24 27 * Initial release -
spec-theme-options/trunk/includes/class-spec-theme-options.php
r2270812 r2282830 141 141 require_once(plugin_dir_path( dirname( __FILE__ ) ) . '/extensions/font-awesome/font-awesome.php'); 142 142 143 //Add custom post type 144 require_once(plugin_dir_path( dirname( __FILE__ ) ) . '/extensions/custom-post/custom-post.php'); 145 143 146 $this->loader = new Spec_Theme_Options_Loader(); 144 147 -
spec-theme-options/trunk/spec-theme-options.php
r2270812 r2282830 10 10 * 11 11 * @link https://www.spec-india.com/ 12 * @since 1.0. 012 * @since 1.0.1 13 13 * @package Spec_Theme_Options 14 14 *
Note: See TracChangeset
for help on using the changeset viewer.