Changeset 128988
- Timestamp:
- 06/24/2009 05:59:53 AM (17 years ago)
- Location:
- hijri/trunk
- Files:
-
- 2 edited
-
hijri.php (modified) (3 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hijri/trunk/hijri.php
r127176 r128988 4 4 Plugin URI: http://dev.holooli.com/ 5 5 Description: Display Hijri and/or Gregorian dates in your blog. 6 Version: 0. 76 Version: 0.8 7 7 Author: Khaled Al Hourani 8 8 Author URI: http://holooli.com … … 154 154 // Get post date 155 155 function getPostDate() { 156 // Get date format of this blog 157 $date_format = get_settings('date_format'); 156 $date_format = 'F j, Y'; 158 157 159 158 $post = get_post($post); … … 165 164 // Get comment date 166 165 function getCommentDate() { 167 // Get date format of this blog 168 $date_format = get_settings('date_format'); 166 $date_format = 'F j, Y'; 169 167 170 168 $comment = get_comment($comment, ARRAY_A); -
hijri/trunk/readme.txt
r127176 r128988 4 4 Requires at least: 2.4 5 5 Tested up to: 2.8 6 Stable tag: 0. 76 Stable tag: 0.8 7 7 8 8 Display Hijri and/or Gregorian dates in your blog.
Note: See TracChangeset
for help on using the changeset viewer.