Changeset 854129
- Timestamp:
- 02/09/2014 08:34:14 AM (12 years ago)
- Location:
- women-quotes/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (2 diffs)
-
women-quotes.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
women-quotes/trunk/readme.txt
r138220 r854129 4 4 Tags: quote, quotes, sidebar, shortcode, widget, widgets, woman, womanhood, women 5 5 Requires at least: 2.8 6 Tested up to: 2.8.27 Stable tag: 2.0. 16 Tested up to: 3.8.1 7 Stable tag: 2.0.2 8 8 9 9 Adds a sidebar widget and a shortcode that displays randomly women's quotes about womanhood and "being women". … … 37 37 38 38 == Changelog == 39 40 = 2.0.2 = 41 * Compatibility check with WordPress 3.8.1 39 42 40 43 = 2.0.1 = -
women-quotes/trunk/women-quotes.php
r138220 r854129 6 6 * Plugin URI: http://www.joeswebtools.com/wordpress-plugins/women-quotes/ 7 7 * Description: Adds a sidebar widget that displays randomly women's quotes about womanhood and "being women". 8 * Version: 2.0. 18 * Version: 2.0.2 9 9 * Author: Joe's Web Tools 10 10 * Author URI: http://www.joeswebtools.com/ 11 11 * 12 * Copyright (c) 2008 , 2009Joe's Web Tools. All Rights Reserved.12 * Copyright (c) 2008-2014 Joe's Web Tools. All Rights Reserved. 13 13 * 14 14 * This program is free software; you can redistribute it and/or modify … … 92 92 echo '<div style="text-align: justify;">' . $quote[0] . '</div>'; 93 93 echo '<div style="text-align: right;"><i>' . $quote[1] . '</i></div>'; 94 echo '<div style="text-align: center;"><font face="arial" size="-3"> Quotes from <a href="http://www.davincismuse.com">Da Vinci\'s Muse</a></font></div>';94 echo '<div style="text-align: center;"><font face="arial" size="-3"><a href="http://www.joeswebtools.com/wordpress-plugins/women-quotes/" title="Women Quotes widget plugin for WordPress">Joe\'s</a></font></div>'; 95 95 96 96 echo $after_widget;
Note: See TracChangeset
for help on using the changeset viewer.