Plugin Directory

Changeset 1536667


Ignore:
Timestamp:
11/19/2016 01:24:54 AM (9 years ago)
Author:
s-hiroshi
Message:

Fix link text

Location:
category-archives/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • category-archives/trunk/class.category-archives-model.php

    r1402576 r1536667  
    1919    public function get_archives( array $args ) {
    2020        global $wpdb;
    21         global $wp_locale;
    2221
    2322        // Get category id.
     
    9291                foreach ( (array) $results as $result ) {
    9392                    $url  = $this->get_month_link( $result->year, $result->month, $cat_id );
    94                     $date = sprintf( '%d-%s', $result->year, $wp_locale->get_month( $result->month ) );
     93                    $date = sprintf( '%d-%s', $result->year, $result->month );
    9594                    $text = mysql2date( $format, $date );
    9695                    $after = '';
  • category-archives/trunk/readme.txt

    r1402576 r1536667  
    55Requires at least: 4.5
    66Tested up to: 4.5
    7 Stable tag: 0.0.1
     7Stable tag: 0.0.2
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    3737== Changelog ==
    3838
     39= 0.0.2 =
     40
     41Fix link text.
     42
    3943= 0.0.1 =
    4044
Note: See TracChangeset for help on using the changeset viewer.