Changeset 221950
- Timestamp:
- 03/27/2010 02:56:19 AM (16 years ago)
- Location:
- ws-audio-player/trunk
- Files:
-
- 3 edited
-
readme.txt (modified) (2 diffs)
-
readme_cn.txt (modified) (1 diff)
-
wsaudioplayer.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ws-audio-player/trunk/readme.txt
r81106 r221950 5 5 Contributors: icyleaf 6 6 Requires at least: 2.5 7 Tested up to: 2. 77 Tested up to: 2.9.2 8 8 Stable tag: 1.1.6 9 9 … … 50 50 == History == 51 51 52 1.1.4 fix some tiny bugs 52 1.1.7 Fixed user role in option page. 53 1.1.4 Fix some tiny bugs. 53 54 1.0.0 Complet & Only support WordPress 2.5+ version. 54 55 1.0.2 Emergency Version for WordPress2.5 -
ws-audio-player/trunk/readme_cn.txt
r81073 r221950 44 44 ÀúÊ·¼Ç¼ 45 45 ==================== 46 47 1.1.7 ÐÞ¸´ÔÚ wp2.8 ÒÔÉϰ汾ÎÞȨÏޱ༲å¼þÉèÖÃÒ³Ãæ 46 48 1.1.4 ÐÞÕýÁËһЩbugs 47 49 1.1.0 ÍêÈ«ÇÒ½öÖ§³ÖWordpress2.5+°æ±¾¡£ -
ws-audio-player/trunk/wsaudioplayer.php
r81073 r221950 4 4 Plugin URI: http://icyleaf.com/projects/ws-audio-player/ 5 5 Description: 可在日志插入且附带下载功能的在线Flash播放器。(Add Audio Player with Download function to your blog. After active,you can goto Options to set Style of Audio Player). Perfect for Wordpress 2.7. 6 Version: 1.1. 66 Version: 1.1.7 7 7 Author: icyleaf 8 8 Author URI: http://icyleaf.com … … 11 11 // Global variables 12 12 define('IS_WP25', version_compare($wp_version, '2.4', '>=') ); 13 define('IS_WP28', version_compare($wp_version, '2.8.1', '>=') ); 13 14 load_plugin_textdomain('wsap', $path = 'wp-content/plugins/ws-audio-player/lanugages'); 14 15 // define URL … … 25 26 add_options_page('WS AudioPlayer Options', 'WS AudioPlayer', 'manage_options', 'ws-audio-player/options-wsaudioplayer.php'); 26 27 } 27 add_action('admin_head', 'wsap_add_options_page'); 28 if (IS_WP28) { 29 add_action('admin_menu', 'wsap_add_options_page'); 30 } else { 31 add_action('admin_head', 'wsap_add_options_page'); 32 } 28 33 29 34 // Declare instances global variable
Note: See TracChangeset
for help on using the changeset viewer.