Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #23412


Ignore:
Timestamp:
02/07/2013 02:05:05 PM (12 years ago)
Author:
SergeyBiryukov
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23412

    • Property Component changed from Accessibility to General
  • Ticket #23412 – Description

    initial v1  
    1010
    1111Here is my script:
    12 
     12{{{
    1313        function my_password_form() {
    1414            global $post;
     
    2323        }
    2424        add_filter( 'the_password_form', 'my_password_form' );
    25 
     25}}}
    2626
    2727
    2828This functions returns empty URL to wp-login.php script:
    29 
     29{{{
    3030function wp_get_referer() {
    3131        $ref = false;
     
    3939        return false;
    4040}
    41 
     41}}}
    4242I hope this helps.
    4343