Changeset 1763657
- Timestamp:
- 11/11/2017 10:42:39 AM (8 years ago)
- Location:
- mjpostformats/trunk
- Files:
-
- 3 edited
-
class.mjpostformats.php (modified) (1 diff)
-
mjpostformats.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mjpostformats/trunk/class.mjpostformats.php
r1633723 r1763657 84 84 */ 85 85 public function plugin_activation() { 86 $textdomain = self::$textdomain;86 $textdomain = 'mjpostformats'; 87 87 88 88 if ( version_compare( $GLOBALS['wp_version'], MJPOSTFORMATS_MINIMUM_WP_VERSION, '<' ) ) { -
mjpostformats/trunk/mjpostformats.php
r1633723 r1763657 3 3 Plugin Name: MJPostFormats 4 4 Description: Used to create the new post formats. 5 Version: 1.0. 05 Version: 1.0.1 6 6 Author: Morgan JOURDIN 7 7 Author URI: http://www.morgan-jourdin.fr/ … … 37 37 } 38 38 39 define( 'MJPOSTFORMATS_VERSION', '1.0. 0' );39 define( 'MJPOSTFORMATS_VERSION', '1.0.1' ); 40 40 define( 'MJPOSTFORMATS_MINIMUM_WP_VERSION', '3.7' ); 41 41 define( 'MJPOSTFORMATS_PLUGIN_DIR', plugin_dir_path( __FILE__ ) ); -
mjpostformats/trunk/readme.txt
r1633723 r1763657 4 4 Tags: Caroussel, gallery 5 5 Requires at least: 3.7 6 Tested up to: 4. 76 Tested up to: 4.9 7 7 Stable tag: 4.3 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.