Skip to content

Commit

Permalink
Leave a note on the datepicker area, #32
Browse files Browse the repository at this point in the history
  • Loading branch information
bueltge committed Apr 28, 2021
1 parent 7b48185 commit 6f9d972
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/).

## [1.6.0](https://github.com/bueltge/wordpress-admin-style/compare/1.5.6...1.6.0) - 2021-05-28
* Maintenance scripts to run with jQuery 3.5*
* Maintenance of Prism library to the last stable version

## [1.5.6](https://github.com/bueltge/wordpress-admin-style/compare/1.5.5...1.5.6) - 2020-07-17
* Add new Dashicons', #61

Expand Down
3 changes: 3 additions & 0 deletions inc/WpAdminJqueryUi.php
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,9 @@ class="ui-icon ui-icon-grip-diagonal-se"></span></li>
<!-- Datepicker -->
<h2>Datepicker</h2>
<div id="datepicker"></div>
<p><strong>Note:</strong> jQuery UI Datepicker CSS for WordPress</p>
<p>John maintain a CSS file that you can include with WordPress plugins or themes to make the jQuery UI
Datepicker widget match WordPress color schemes. <a href="https://github.com/stuttter/wp-datepicker-styling">WP Datepicker Styling</a></p>

<p><a class="alignright button" href="javascript:void(0);" onclick="window.scrollTo(0,0);"
style="margin:3px 0 0 30px;"><?php _e( 'scroll to top',
Expand Down

0 comments on commit 6f9d972

Please sign in to comment.