Changeset 1690789
- Timestamp:
- 07/04/2017 06:45:06 PM (9 years ago)
- Location:
- sticky-cpt
- Files:
-
- 2 edited
-
tags/1.0.1/sticky-cpt.php (modified) (2 diffs)
-
trunk/sticky-cpt.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sticky-cpt/tags/1.0.1/sticky-cpt.php
r1690780 r1690789 5 5 * Plugin URI: http://www.samy-kantari.fr/ 6 6 * Description: Add the possibility of "sticky" CPT 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: Kantari Samy 9 9 * Author URI: http://www.samy-kantari.fr/ … … 18 18 * DEFINES 19 19 */ 20 define( 'STICKY_CPT' , '1.0. 0' );20 define( 'STICKY_CPT' , '1.0.1' ); 21 21 define( 'STICKY_CPT_FILE' , __FILE__ ); 22 22 define( 'STICKY_CPT_PATH' , realpath( plugin_dir_path( STICKY_CPT_FILE ) ) . '/' ); -
sticky-cpt/trunk/sticky-cpt.php
r1520497 r1690789 5 5 * Plugin URI: http://www.samy-kantari.fr/ 6 6 * Description: Add the possibility of "sticky" CPT 7 * Version: 1.0. 07 * Version: 1.0.1 8 8 * Author: Kantari Samy 9 9 * Author URI: http://www.samy-kantari.fr/ … … 18 18 * DEFINES 19 19 */ 20 define( 'STICKY_CPT' , '1.0. 0' );20 define( 'STICKY_CPT' , '1.0.1' ); 21 21 define( 'STICKY_CPT_FILE' , __FILE__ ); 22 22 define( 'STICKY_CPT_PATH' , realpath( plugin_dir_path( STICKY_CPT_FILE ) ) . '/' );
Note: See TracChangeset
for help on using the changeset viewer.