Changeset 28014
- Timestamp:
- 04/07/2014 09:38:34 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/rewrite.php
r27835 r28014 1956 1956 * Add an endpoint, like /trackback/. 1957 1957 * 1958 * See {@link add_rewrite_endpoint()} for full documentation.1959 *1960 * @see add_rewrite_endpoint()1961 1958 * @since 2.1.0 1962 1959 * @since 3.9.0 $query_var parameter added. 1963 1960 * @access public 1961 * 1962 * @see add_rewrite_endpoint() for full documentation. 1964 1963 * @uses WP::add_query_var() 1965 1964 * 1966 * @param string $name Name of the endpoint.1967 * @param int $placesEndpoint mask describing the places the endpoint should be added.1968 * @param string $query_var Name of the corresponding query variable. Default s to$name.1965 * @param string $name Name of the endpoint. 1966 * @param int $places Endpoint mask describing the places the endpoint should be added. 1967 * @param string $query_var Name of the corresponding query variable. Default is value of $name. 1969 1968 */ 1970 1969 function add_endpoint( $name, $places, $query_var = null ) {
Note: See TracChangeset
for help on using the changeset viewer.