Changeset 592211
- Timestamp:
- 08/30/2012 05:07:33 AM (14 years ago)
- Location:
- advanced-real-estate-mortgage-calculator/trunk
- Files:
-
- 2 edited
-
advanced-real-estate-mortgage-calculator.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-real-estate-mortgage-calculator/trunk/advanced-real-estate-mortgage-calculator.php
r585610 r592211 4 4 Plugin URI: http://livelakeaustin.com/advanced-real-estate-mortgage-calculator 5 5 Description: Advanced Real Estate Mortgage Calculator is an easy-to-use financial calculator and a great tool for real estate websites. Quickly calculates monthly payment from sales price, down payment, and interest rate & length of loan - or, enter the desired monthly payment to calculate sales price - all on the same form. 6 Version: 1.1. 66 Version: 1.1.7 7 7 Author: Josh Davis 8 8 Author URI: http://josh.isthecatsmeow.com/ … … 81 81 82 82 function aremc_options() { 83 if ( !current_user_can( ' manage_options' ) ) {83 if ( !current_user_can( 'delete_pages' ) ) { 84 84 wp_die( __( 'You do not have sufficient permissions to access this page.' ) ); 85 85 } … … 187 187 188 188 function aremc_footer() { 189 echo '<div class="aremc_footer">Real estate calculator </a> by <a href="http://lakeaustinrealty360.com" target="_blank">lakeaustinrealty360.com</a></div>';189 echo '<div class="aremc_footer">Real estate calculator by <a href="http://360austinhomes.com" target="_blank">360austinhomes.com</a></div>'; 190 190 } 191 191 -
advanced-real-estate-mortgage-calculator/trunk/readme.txt
r585129 r592211 36 36 == Changelog == 37 37 38 = 1.6 = 38 = 1.1.7 = 39 * Changed settings page to be accessible by Editor or higher privileges 40 41 = 1.1.6 = 39 42 * Added jQuery library. 40 43 … … 47 50 == Upgrade Notice == 48 51 52 = 1.1.7 = 53 * Changed settings page to be accessible by Editor or higher privileges 54 49 55 = 1.1 = 50 56 * Added options to choose default values.
Note: See TracChangeset
for help on using the changeset viewer.