Changeset 11379 for sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
- Timestamp:
- 12/16/2021 03:29:41 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-login/functions.php
r11378 r11379 464 464 } 465 465 466 // This is the action in the top of `wp_login_form()`, which is not used on wp-login.php, see below.467 function wporg_login_form_top( $message ) {468 $message .= '<p class="intro">' . wporg_login_wporg_is_starpress() . '</p>';469 470 return $message;471 }472 add_filter( 'login_form_top', 'wporg_login_form_top' );473 474 466 // This is the login messages, which is displayed on wp-login.php, which does not use wp_login_form() or it's actions. 475 467 function wporg_login_errors_message( $errors, $redirect_to ) {
Note: See TracChangeset
for help on using the changeset viewer.