Changeset 1667522
- Timestamp:
- 05/31/2017 08:25:35 AM (9 years ago)
- Location:
- sticky/trunk
- Files:
-
- 3 edited
-
includes/admin.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
sticky.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sticky/trunk/includes/admin.php
r1429887 r1667522 31 31 'is_sticky' => is_sticky() ? 1 : 0, 32 32 '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' ) 35 35 ); 36 36 -
sticky/trunk/readme.txt
r1611935 r1667522 29 29 30 30 == Changelog == 31 32 = 2.5.5 = 33 * Fixed: translation domain for 2 strings 31 34 32 35 = 2.5.4 = -
sticky/trunk/sticky.php
r1611935 r1667522 4 4 * Plugin URI: http://www.agence-web-cvmh.fr 5 5 * Description: Adds sticky support for pages and/or custom posts. 6 * Version: 2.5. 46 * Version: 2.5.5 7 7 * Author: CVMH solutions 8 8 * Author URI: http://www.agence-web-cvmh.fr
Note: See TracChangeset
for help on using the changeset viewer.