Changeset 38307 for trunk/src/wp-login.php
- Timestamp:
- 08/22/2016 06:24:48 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-login.php
r38304 r38307 427 427 * @since 2.8.0 428 428 */ 429 do_action( 'login_form_' . $action);429 do_action( "login_form_{$action}" ); 430 430 431 431 $http_post = ('POST' == $_SERVER['REQUEST_METHOD']);
Note: See TracChangeset
for help on using the changeset viewer.