Changeset 618221
- Timestamp:
- 10/28/2012 11:30:15 AM (13 years ago)
- Location:
- page-tagger/trunk
- Files:
-
- 2 added
- 3 edited
-
README.txt (modified) (2 diffs)
-
languages (added)
-
languages/page-tagger.pot (added)
-
page-tagger.js (modified) (1 diff)
-
page-tagger.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-tagger/trunk/README.txt
r618218 r618221 5 5 Requires at least: 2.8.4 6 6 Tested up to: 3.4.1 7 Stable tag: 0.4. 17 Stable tag: 0.4.2 8 8 9 9 … … 24 24 25 25 == Changelog == 26 27 = 0.4.2 (Oct 28, 2012) = 28 * Added POT translation file. 26 29 27 30 = 0.4.1 (Oct 28, 2012) = -
page-tagger/trunk/page-tagger.js
r618218 r618221 21 21 Plugin URI: http://www.hiddentao.com/code/wordpress-page-tagger-plugin/ 22 22 Description: Enables tagging for pages. PHP 5 required. 23 Version: 0.4. 123 Version: 0.4.2 24 24 Author: Ramesh Nair 25 25 Author URI: http://www.hiddentao.com/ -
page-tagger/trunk/page-tagger.php
r618218 r618221 22 22 Plugin URI: http://www.hiddentao.com/code/wordpress-page-tagger-plugin/ 23 23 Description: Enables tagging for pages. PHP 5 required. 24 Version: 0.4. 124 Version: 0.4.2 25 25 Author: Ramesh Nair 26 26 Author URI: http://www.hiddentao.com/ … … 32 32 33 33 34 load_plugin_textdomain( 'page-tagger', false, 'page-tagger/languages' ); 35 36 37 34 38 /** 35 39 * Inform user of the minimum PHP version requird for Page Tagger. … … 37 41 function _page_tagger_min_version_notice() 38 42 { 39 echo "<div class='updated' style='background-color:#f99;'><p><strong>WARNING:</strong> Page Tagger plugin requires PHP 5 or above to work.</p></div>"; 43 echo "<div class='updated' style='background-color:#f99;'><p><strong>WARNING:</strong> " + 44 __('Page Tagger plugin requires PHP 5 or above to work', 'page-tagger') + 45 "</p></div>"; 40 46 } 41 47
Note: See TracChangeset
for help on using the changeset viewer.