Changeset 413481
- Timestamp:
- 07/21/2011 09:19:32 PM (15 years ago)
- Location:
- simplereach-slide/trunk
- Files:
-
- 2 edited
-
srslide.php (modified) (1 diff)
-
srslide_functions.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
simplereach-slide/trunk/srslide.php
r413304 r413481 4 4 Plugin URI: https://www.simplereach.com 5 5 Description: After installation, you must click '<a href='options-general.php?page=SimpleReach-Slide'>Settings → SimpleReach Slide</a>' to turn on The Slide. 6 Author: Eric Lubow7 6 Version: 0.4.4 7 Author: SimpleReach 8 8 Author URI: https://www.simplereach.com 9 9 */ 10 11 function sr_plugin_version()12 {13 return "0.4.4";14 }15 10 16 11 require_once('srslide_functions.php'); -
simplereach-slide/trunk/srslide_functions.php
r413304 r413481 1 1 <?php 2 3 4 /** 5 * Return the version string. 6 * 7 * @author Eric Lubow <elubow@simplereach.com> 8 * @param None 9 * @return String Version 10 */ 11 function sr_plugin_version() 12 { 13 return "0.4.4"; 14 } 15 2 16 3 17 /**
Note: See TracChangeset
for help on using the changeset viewer.