Changeset 1704917
- Timestamp:
- 07/29/2017 10:56:17 AM (9 years ago)
- Location:
- wp-smoother/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
wp-smoother.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-smoother/trunk/README.txt
r1704915 r1704917 21 21 * Editable scroll distance ( in pixels ) 22 22 * Editable scroll animation time ( in milliseconds ) 23 24 <div>25 <p style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;">26 27 </p>28 </div>29 23 30 24 <p style="color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: 2; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration-style: initial; text-decoration-color: initial;"> -
wp-smoother/trunk/wp-smoother.php
r1704912 r1704917 8 8 * Plugin Name: WP Smoother 9 9 * Description: Make your site smoother than your dads head with features such as: smooth anchor scrolling, smooth mouse wheel scrolling and page load fade animations. 10 * Version: 1. 0.010 * Version: 1.1.0 11 11 * Author: Harry Robinson 12 * Plugin URI: https://www.linkedin.com/in/harry-robinson-0660a6126/ 13 * Author URI:https://www.linkedin.com/in/harry-robinson-0660a6126/ 12 14 * License: GPL-2.0+ 13 15 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt … … 15 17 * Domain Path: /languages 16 18 */ 19 20 21 22 23 24 17 25 18 26 // If this file is called directly, abort.
Note: See TracChangeset
for help on using the changeset viewer.