Changeset 2249711
- Timestamp:
- 02/25/2020 07:24:47 AM (6 years ago)
- Location:
- wp-soundsystem/trunk
- Files:
-
- 2 edited
-
wp-soundsystem.php (modified) (2 diffs)
-
wpsstm-core-tracks.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-soundsystem/trunk/wp-soundsystem.php
r2247794 r2249711 6 6 Author: G.Breant 7 7 Author URI: https://profiles.wordpress.org/grosbouff/#content-plugins 8 Version: 3.2. 68 Version: 3.2.7 9 9 License: GPL2 10 10 */ … … 37 37 * @public string plugin version 38 38 */ 39 public $version = '3.2. 6';39 public $version = '3.2.7'; 40 40 /** 41 41 * @public string plugin DB version -
wp-soundsystem/trunk/wpsstm-core-tracks.php
r2247794 r2249711 30 30 31 31 //rewrite rules 32 add_action('w o_loaded', array($this, 'tracks_rewrite_rules') );32 add_action('wp_loaded', array($this, 'tracks_rewrite_rules') ); 33 33 34 34 add_action( 'wp_enqueue_scripts', array( $this, 'register_tracks_scripts_styles' ) );
Note: See TracChangeset
for help on using the changeset viewer.