Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiasghodsian authored Apr 10, 2017
1 parent 3f0f805 commit c65279e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

NOTE
----
This is a utility class intended to create a theme settings page. Read full [docs](http://wpts.nexxoz.com)
This is a utility class intended to create a theme settings page. Read full [docs](http://wpts.nexxoz.com) and [changelog](https://github.com/mattiasghodsian/wp_theme_settings/blob/master/changelog.md)

Installation
------------
Expand Down Expand Up @@ -62,4 +62,4 @@ function wp_theme_settings_add_stylesheet(){
wp_register_script('wp_theme_settings',get_template_directory_uri() . '/wp_theme_settings.js', array('jquery'));
wp_enqueue_script('wp_theme_settings');
}
```
```

0 comments on commit c65279e

Please sign in to comment.