Plugin Directory

Changeset 1667522


Ignore:
Timestamp:
05/31/2017 08:25:35 AM (9 years ago)
Author:
cvmh
Message:

2.5.5

  • Fixed: translation domain for 2 strings
Location:
sticky/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sticky/trunk/includes/admin.php

    r1429887 r1667522  
    3131            'is_sticky' => is_sticky() ? 1 : 0,
    3232            'checked_attribute' => checked( is_sticky(), true, false ),
    33             'label_text' => __( 'Stick this post to the front page', 'cvmh_sticky' ),
    34             'sticky_visibility_text' => __( 'Public, Sticky', 'cvmh_sticky' )
     33            'label_text' => __( 'Stick this post to the front page', 'sticky' ),
     34            'sticky_visibility_text' => __( 'Public, Sticky', 'sticky' )
    3535        );
    3636
  • sticky/trunk/readme.txt

    r1611935 r1667522  
    2929
    3030== Changelog ==
     31
     32= 2.5.5 =
     33* Fixed: translation domain for 2 strings
    3134
    3235= 2.5.4 =
  • sticky/trunk/sticky.php

    r1611935 r1667522  
    44 * Plugin URI: http://www.agence-web-cvmh.fr
    55 * Description: Adds sticky support for pages and/or custom posts.
    6  * Version: 2.5.4
     6 * Version: 2.5.5
    77 * Author: CVMH solutions
    88 * Author URI: http://www.agence-web-cvmh.fr
Note: See TracChangeset for help on using the changeset viewer.