Changeset 830596
- Timestamp:
- 12/31/2013 02:57:46 AM (12 years ago)
- Location:
- retroposts
- Files:
-
- 2 edited
- 4 copied
-
tags/0.1.2 (copied) (copied from retroposts/trunk)
-
tags/0.1.2/readme.txt (copied) (copied from retroposts/trunk/readme.txt) (2 diffs)
-
tags/0.1.2/retropost.php (copied) (copied from retroposts/trunk/retropost.php) (1 diff)
-
tags/0.1.2/screenshot-1.png (copied) (copied from retroposts/trunk/screenshot-1.png)
-
trunk/readme.txt (modified) (2 diffs)
-
trunk/retropost.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
retroposts/tags/0.1.2/readme.txt
r769734 r830596 4 4 Requires at least: 3.0 5 5 Tested up to: 3.6 6 Stable tag: 0.1. 16 Stable tag: 0.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 == Changelog == 29 29 30 = 0.1.2 = 31 * Fixed a date bug.(Turns out the ISO-8601 dates returned by PHP's date() do not work like I thought they did.) 32 30 33 = 0.1.1 = 31 34 * Improved handling of multiple posts in a single day. -
retroposts/tags/0.1.2/retropost.php
r769734 r830596 22 22 23 23 function retroposts_dashboard_widget_display() { 24 $week = date('W') - 1; 24 $week = date('W'); 25 $loop_year = null; 26 27 25 28 26 29 add_filter( 'posts_where', 'retroposts_filter_year' ); -
retroposts/trunk/readme.txt
r769734 r830596 4 4 Requires at least: 3.0 5 5 Tested up to: 3.6 6 Stable tag: 0.1. 16 Stable tag: 0.1.2 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 28 28 == Changelog == 29 29 30 = 0.1.2 = 31 * Fixed a date bug.(Turns out the ISO-8601 dates returned by PHP's date() do not work like I thought they did.) 32 30 33 = 0.1.1 = 31 34 * Improved handling of multiple posts in a single day. -
retroposts/trunk/retropost.php
r769734 r830596 22 22 23 23 function retroposts_dashboard_widget_display() { 24 $week = date('W') - 1; 24 $week = date('W'); 25 $loop_year = null; 26 27 25 28 26 29 add_filter( 'posts_where', 'retroposts_filter_year' );
Note: See TracChangeset
for help on using the changeset viewer.