Changeset 1167931
- Timestamp:
- 05/26/2015 07:40:40 PM (11 years ago)
- Location:
- keep-in-touch
- Files:
-
- 2 edited
- 12 copied
-
tags/1.0.5 (copied) (copied from keep-in-touch/trunk)
-
tags/1.0.5/class-keep-in-touch-db.php (copied) (copied from keep-in-touch/trunk/class-keep-in-touch-db.php)
-
tags/1.0.5/class-keep-in-touch-msg.php (copied) (copied from keep-in-touch/trunk/class-keep-in-touch-msg.php)
-
tags/1.0.5/class-keep-in-touch-utils.php (copied) (copied from keep-in-touch/trunk/class-keep-in-touch-utils.php)
-
tags/1.0.5/class-keep-in-touch-widget.php (copied) (copied from keep-in-touch/trunk/class-keep-in-touch-widget.php)
-
tags/1.0.5/class-virtual-page.php (copied) (copied from keep-in-touch/trunk/class-virtual-page.php)
-
tags/1.0.5/keep-in-touch.php (copied) (copied from keep-in-touch/trunk/keep-in-touch.php) (3 diffs)
-
tags/1.0.5/languages (copied) (copied from keep-in-touch/trunk/languages)
-
tags/1.0.5/languages/keep-in-touch-it_IT.mo (copied) (copied from keep-in-touch/trunk/languages/keep-in-touch-it_IT.mo)
-
tags/1.0.5/languages/keep-in-touch-it_IT.po (copied) (copied from keep-in-touch/trunk/languages/keep-in-touch-it_IT.po)
-
tags/1.0.5/readme.txt (copied) (copied from keep-in-touch/trunk/readme.txt) (2 diffs)
-
tags/1.0.5/rss-logo.png (copied) (copied from keep-in-touch/trunk/rss-logo.png)
-
trunk/keep-in-touch.php (modified) (3 diffs)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
keep-in-touch/tags/1.0.5/keep-in-touch.php
r1086356 r1167931 293 293 294 294 '<h2>' . __('Digest delivery settings', 'keep-in-touch') . '</h2>' . 295 '<form method="POST" action=" /wordpress/wp-admin/options-general.php?page=keep-in-touch">' .295 '<form method="POST" action="' . admin_url('options-general.php?page=keep-in-touch') . '">' . 296 296 '<input type="hidden" name="form" value="keep_in_touch_digest_delivery_settings" />' . 297 297 '<table class="form-table"><tr>' . … … 328 328 329 329 '<h2>' . __('Send digest now', 'keep-in-touch') . '</h2>' . 330 '<form method="POST" action=" /wordpress/wp-admin/options-general.php?page=keep-in-touch">' .330 '<form method="POST" action="' . admin_url('options-general.php?page=keep-in-touch') . '">' . 331 331 '<input type="hidden" name="form" value="keep_in_touch_send_digest_now" />' . 332 332 '<table class="form-table"><tr>' . … … 342 342 343 343 '<h2>' . __('Newsletter', 'keep-in-touch') . '</h2>' . 344 '<form method="POST" action=" /wordpress/wp-admin/options-general.php?page=keep-in-touch">' .344 '<form method="POST" action="' . admin_url('options-general.php?page=keep-in-touch') . '">' . 345 345 '<input type="hidden" name="form" value="keep_in_touch_send_newsletter" />' . 346 346 '<table class="form-table"><tr>' . -
keep-in-touch/tags/1.0.5/readme.txt
r1167906 r1167931 4 4 Requires at least: 4.1 5 5 Tested up to: 4.2 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 == Changelog == 82 82 83 = 1.0.5 = 84 * Fixed hardcoded path to admin_url. Thanks to msorin for reporting it. 85 83 86 = 1.0.4 = 84 87 * Added RSS icon to access the posts feed -
keep-in-touch/trunk/keep-in-touch.php
r1086356 r1167931 293 293 294 294 '<h2>' . __('Digest delivery settings', 'keep-in-touch') . '</h2>' . 295 '<form method="POST" action=" /wordpress/wp-admin/options-general.php?page=keep-in-touch">' .295 '<form method="POST" action="' . admin_url('options-general.php?page=keep-in-touch') . '">' . 296 296 '<input type="hidden" name="form" value="keep_in_touch_digest_delivery_settings" />' . 297 297 '<table class="form-table"><tr>' . … … 328 328 329 329 '<h2>' . __('Send digest now', 'keep-in-touch') . '</h2>' . 330 '<form method="POST" action=" /wordpress/wp-admin/options-general.php?page=keep-in-touch">' .330 '<form method="POST" action="' . admin_url('options-general.php?page=keep-in-touch') . '">' . 331 331 '<input type="hidden" name="form" value="keep_in_touch_send_digest_now" />' . 332 332 '<table class="form-table"><tr>' . … … 342 342 343 343 '<h2>' . __('Newsletter', 'keep-in-touch') . '</h2>' . 344 '<form method="POST" action=" /wordpress/wp-admin/options-general.php?page=keep-in-touch">' .344 '<form method="POST" action="' . admin_url('options-general.php?page=keep-in-touch') . '">' . 345 345 '<input type="hidden" name="form" value="keep_in_touch_send_newsletter" />' . 346 346 '<table class="form-table"><tr>' . -
keep-in-touch/trunk/readme.txt
r1167906 r1167931 4 4 Requires at least: 4.1 5 5 Tested up to: 4.2 6 Stable tag: 1.0. 46 Stable tag: 1.0.5 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 81 81 == Changelog == 82 82 83 = 1.0.5 = 84 * Fixed hardcoded path to admin_url. Thanks to msorin for reporting it. 85 83 86 = 1.0.4 = 84 87 * Added RSS icon to access the posts feed
Note: See TracChangeset
for help on using the changeset viewer.