Plugin Directory

Changeset 2944001

Timestamp:
07/27/2023 07:01:54 AM (13 months ago)
Author:
codex-m
Message:

Updated trunk for version 11.0

Location:
sort-searchresult-by-title/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sort-searchresult-by-title/trunk/Class_Sortsearchresults.php

    r2114870 r2944001  
    9696       
    9797        // Check if user submitted the form.
    98         if (isset ( $_POST [$hidden_field_name] ) && $_POST [$hidden_field_name] == 'Y') {
     98        if (isset ( $_POST [$hidden_field_name] ) && $_POST [$hidden_field_name] == 'Y' && isset($_POST['sort_search_result_submit_form_nonce']) &&
     99            wp_verify_nonce( $_POST['sort_search_result_submit_form_nonce'], 'sort_search_result_submit_form' )) {
    99100           
    100101            // Read the user inputs
     
    122123    <h2>Sort Search Result by Title Plugin Settings</h2>
    123124    <form name="form1" method="post" action="">
     125
    124126        <input type="hidden" name="<?php echo $hidden_field_name;?>" value="Y">
    125127        <p>Select the desired search result sorting sequence below:</p>
  • sort-searchresult-by-title/trunk/README.txt

    r2114870 r2944001  
    44Tags: search result, post title, wordpress search, sort search result by title
    55Requires at least: 3.7
    6 Tested up to: 5.2.2
    7 Stable tag: 10.0
     6Tested up to:
     7Stable tag: 1.0
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    6161
    6262== Changelog ==
     63
     64
     65
     66
     67
    6368
    6469= 10.0 =
  • sort-searchresult-by-title/trunk/Sort_SearchResult_by_Title.php

    r2114870 r2944001  
    44Plugin URI: http://www.php-developer.org/wordpress-sort-search-result-by-title-plug-in/
    55Description: Easy sorting of Wordpress Search Result by Title.
    6 Version: 10.0
     6Version: 1.0
    77Author: Codex-m
    88Author URI: http://www.php-developer.org/
Note: See TracChangeset for help on using the changeset viewer.