Changeset 1527054
- Timestamp:
- 11/02/2016 11:27:35 PM (8 years ago)
- Location:
- oxford-debate
- Files:
-
- 1 deleted
- 2 edited
- 39 copied
Legend:
- Unmodified
- Added
- Removed
-
oxford-debate/tags/2.1.1/oxd-settings.php
r1526668 r1527054 315 315 } 316 316 317 318 if (!empty(sanitize_text_field( $_POST[ 'initduration-text' ] ))) { 317 $initduration = sanitize_text_field( $_POST[ 'initduration-text' ] ); 318 $endduration = sanitize_text_field( $_POST[ 'endduration-text' ] ); 319 320 if (!empty($initduration)) { 319 321 update_post_meta( $post_id, 'initduration-text', sanitize_text_field( $_POST[ 'initduration-text' ] ) ); 320 322 } … … 322 324 update_post_meta( $post_id, 'initduration-text', sanitize_text_field( date("Y-m-d H:i") ) ); 323 325 } 324 if (!empty( sanitize_text_field( $_POST[ 'endduration-text' ] ))) {326 if (!empty($endduration)) { 325 327 update_post_meta( $post_id, 'endduration-text', sanitize_text_field( $_POST[ 'endduration-text' ] ) ); 326 328 } -
oxford-debate/tags/2.1.1/readme.txt
r1526668 r1527054 4 4 Tags: debate, social, vote, voting, proposals, discussion, communication, social media, argumentation, community, speakers 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 5.17 Stable tag: 4. 5.16 Tested up to: 4.6.1 7 Stable tag: 4.6.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 New update of Oxford-style Debate! 81 81 Lately, we have worked to add new features to enrich your experience. We look forward to testing it. Happy debating! 82 83 = 2.1.1 = 84 * Fixed: PHP functions 82 85 83 86 = 2.1.0 = -
oxford-debate/trunk/oxd-settings.php
r1526668 r1527054 315 315 } 316 316 317 318 if (!empty(sanitize_text_field( $_POST[ 'initduration-text' ] ))) { 317 $initduration = sanitize_text_field( $_POST[ 'initduration-text' ] ); 318 $endduration = sanitize_text_field( $_POST[ 'endduration-text' ] ); 319 320 if (!empty($initduration)) { 319 321 update_post_meta( $post_id, 'initduration-text', sanitize_text_field( $_POST[ 'initduration-text' ] ) ); 320 322 } … … 322 324 update_post_meta( $post_id, 'initduration-text', sanitize_text_field( date("Y-m-d H:i") ) ); 323 325 } 324 if (!empty( sanitize_text_field( $_POST[ 'endduration-text' ] ))) {326 if (!empty($endduration)) { 325 327 update_post_meta( $post_id, 'endduration-text', sanitize_text_field( $_POST[ 'endduration-text' ] ) ); 326 328 } -
oxford-debate/trunk/readme.txt
r1526668 r1527054 4 4 Tags: debate, social, vote, voting, proposals, discussion, communication, social media, argumentation, community, speakers 5 5 Requires at least: 3.0.1 6 Tested up to: 4. 5.17 Stable tag: 4. 5.16 Tested up to: 4.6.1 7 Stable tag: 4.6.1 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 80 80 New update of Oxford-style Debate! 81 81 Lately, we have worked to add new features to enrich your experience. We look forward to testing it. Happy debating! 82 83 = 2.1.1 = 84 * Fixed: PHP functions 82 85 83 86 = 2.1.0 =
Note: See TracChangeset
for help on using the changeset viewer.