Changeset 459958
- Timestamp:
- 11/06/2011 03:21:16 PM (14 years ago)
- Location:
- profitshare/trunk
- Files:
-
- 2 edited
-
index.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
profitshare/trunk/index.php
r459175 r459958 5 5 Description: Versiune alpha/beta. 6 6 Author: Ionut Staicu 7 Version: 2.0. 67 Version: 2.0.7 8 8 Author URI: http://www.iamntz.com 9 9 */ … … 57 57 if( is_user_logged_in() && current_user_can( 'edit_posts' ) ){ // folosim jquery pentru a genera link-ul rapid 58 58 wp_enqueue_script('jquery'); 59 } 60 add_action( 'admin_footer', array( &$this, 'quick_generator_menu'), 999 ); 61 add_action( 'wp_footer', array( &$this, 'quick_generator_menu'), 999 ); 59 60 add_action( 'admin_footer', array( &$this, 'quick_generator_menu'), 999 ); 61 add_action( 'wp_footer', array( &$this, 'quick_generator_menu'), 999 ); 62 } 62 63 } 63 64 } // __construct -
profitshare/trunk/readme.txt
r459175 r459958 1 1 === Emag Profitshare === 2 2 Tags: emag, affiliates 3 Requires at least: 2.0.23 Requires at least: 3.0 4 4 Tested up to: 3.2.1 5 5 Stable tag: trunk … … 16 16 17 17 == Changelog == 18 = 2.0.7 = 19 Am rezolvat un bug mic ce făcea quick profitshare să fie afișat tot timpul 20 18 21 = 2.0.6 = 19 22 Am adăugat și structurat descrierea plugin-ului plus modul de instalare.
Note: See TracChangeset
for help on using the changeset viewer.