Plugin Directory

Changeset 128988


Ignore:
Timestamp:
06/24/2009 05:59:53 AM (17 years ago)
Author:
holooli
Message:

Fixed Hijri date with any date format

Location:
hijri/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • hijri/trunk/hijri.php

    r127176 r128988  
    44Plugin URI: http://dev.holooli.com/
    55Description: Display Hijri and/or Gregorian dates in your blog.
    6 Version: 0.7
     6Version: 0.8
    77Author: Khaled Al Hourani
    88Author URI: http://holooli.com
     
    154154        // Get post date
    155155        function getPostDate() {
    156             // Get date format of this blog
    157             $date_format = get_settings('date_format');
     156            $date_format = 'F j, Y';
    158157
    159158            $post = get_post($post);
     
    165164        // Get comment date
    166165        function getCommentDate() {
    167             // Get date format of this blog
    168             $date_format = get_settings('date_format');
     166            $date_format = 'F j, Y';
    169167
    170168            $comment = get_comment($comment, ARRAY_A);
  • hijri/trunk/readme.txt

    r127176 r128988  
    44Requires at least: 2.4
    55Tested up to: 2.8
    6 Stable tag: 0.7
     6Stable tag: 0.8
    77
    88Display Hijri and/or Gregorian dates in your blog.
Note: See TracChangeset for help on using the changeset viewer.