Make WordPress Core


Ignore:
Timestamp:
11/26/2013 07:43:02 AM (12 years ago)
Author:
DrewAPicture
Message:

Inline documentation for hooks in wp-admin/post.php.

Props nukaga, kpdesign.
Fixes #25846.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/post.php

    r26241 r26399  
    7171    }
    7272
     73    /**
     74     * Filter the post redirect destination URL.
     75     *
     76     * @since 2.9.0
     77     *
     78     * @param string $location The destination URL.
     79     * @param int    $post_id  The post ID.
     80     */
    7381    wp_redirect( apply_filters( 'redirect_post_location', $location, $post_id ) );
    7482    exit;
Note: See TracChangeset for help on using the changeset viewer.