Changeset 37535
- Timestamp:
- 05/23/2016 04:43:20 PM (8 years ago)
- Location:
- trunk/src
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-comments-post.php
r36424 r37535 43 43 44 44 /** 45 * Filter the location URI to send the commenter after posting.45 * Filters the location URI to send the commenter after posting. 46 46 * 47 47 * @since 2.0.5 -
trunk/src/wp-links-opml.php
r25616 r37535 47 47 foreach ( (array)$cats as $cat ) : 48 48 /** 49 * Filter the OPML outline link category name.49 * Filters the OPML outline link category name. 50 50 * 51 51 * @since 2.2.0 … … 61 61 foreach ( (array)$bookmarks as $bookmark ) : 62 62 /** 63 * Filter the OPML outline link title text.63 * Filters the OPML outline link title text. 64 64 * 65 65 * @since 2.2.0 -
trunk/src/wp-login.php
r37474 r37535 46 46 $shake_error_codes = array( 'empty_password', 'empty_email', 'invalid_email', 'invalidcombo', 'empty_username', 'invalid_username', 'incorrect_password' ); 47 47 /** 48 * Filter the error codes array for shaking the login form.48 * Filters the error codes array for shaking the login form. 49 49 * 50 50 * @since 3.0.0 … … 107 107 108 108 /** 109 * Filter link URL of the header logo above login form.109 * Filters link URL of the header logo above login form. 110 110 * 111 111 * @since 2.1.0 … … 114 114 */ 115 115 $login_header_url = apply_filters( 'login_headerurl', $login_header_url ); 116 /** 117 * Filter the title attribute of the header logo above login form. 116 117 /** 118 * Filters the title attribute of the header logo above login form. 118 119 * 119 120 * @since 2.1.0 … … 140 141 141 142 /** 142 * Filter the login page body classes.143 * Filters the login page body classes. 143 144 * 144 145 * @since 3.5.0 … … 167 168 168 169 /** 169 * Filter the message to display above the login form.170 * Filters the message to display above the login form. 170 171 * 171 172 * @since 2.1.0 … … 197 198 if ( ! empty( $errors ) ) { 198 199 /** 199 * Filter the error messages displayed above the login form.200 * Filters the error messages displayed above the login form. 200 201 * 201 202 * @since 2.1.0 … … 207 208 if ( ! empty( $messages ) ) { 208 209 /** 209 * Filter instructional messages displayed above the login form.210 * Filters instructional messages displayed above the login form. 210 211 * 211 212 * @since 2.5.0 … … 350 351 351 352 /** 352 * Filter the subject of the password reset email.353 * Filters the subject of the password reset email. 353 354 * 354 355 * @since 2.8.0 … … 362 363 363 364 /** 364 * Filter the message body of the password reset mail.365 * Filters the message body of the password reset mail. 365 366 * 366 367 * @since 2.8.0 … … 445 446 446 447 /** 447 * Filter the life span of the post password cookie.448 * Filters the life span of the post password cookie. 448 449 * 449 450 * By default, the cookie expires 10 days from creation. To turn this … … 481 482 482 483 /** 483 * Filter the log out redirect URL.484 * Filters the log out redirect URL. 484 485 * 485 486 * @since 4.2.0 … … 515 516 $lostpassword_redirect = ! empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : ''; 516 517 /** 517 * Filter the URL redirected to after submitting the lostpassword/retrievepassword form.518 * Filters the URL redirected to after submitting the lostpassword/retrievepassword form. 518 519 * 519 520 * @since 3.0.0 … … 684 685 if ( is_multisite() ) { 685 686 /** 686 * Filter the Multisite sign up URL.687 * Filters the Multisite sign up URL. 687 688 * 688 689 * @since 3.0.0 … … 714 715 $registration_redirect = ! empty( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : ''; 715 716 /** 716 * Filter the registration redirect URL.717 * Filters the registration redirect URL. 717 718 * 718 719 * @since 3.0.0 … … 805 806 $requested_redirect_to = isset( $_REQUEST['redirect_to'] ) ? $_REQUEST['redirect_to'] : ''; 806 807 /** 807 * Filter the login redirect URL.808 * Filters the login redirect URL. 808 809 * 809 810 * @since 3.0.0 … … 872 873 873 874 /** 874 * Filter the login page errors.875 * Filters the login page errors. 875 876 * 876 877 * @since 3.6.0 -
trunk/src/wp-mail.php
r34864 r37535 164 164 165 165 /** 166 * Filter the original content of the email.166 * Filters the original content of the email. 167 167 * 168 168 * Give Post-By-Email extending plugins full access to the content, either … … 190 190 191 191 /** 192 * Filter the content of the post submitted by email before saving.192 * Filters the content of the post submitted by email before saving. 193 193 * 194 194 * @since 1.2.0 -
trunk/src/wp-signup.php
r36417 r37535 276 276 277 277 /** 278 * Filter the default site sign-up variables.278 * Filters the default site sign-up variables. 279 279 * 280 280 * @since 3.0.0 … … 387 387 388 388 /** 389 * Filter the new site meta variables.389 * Filters the new site meta variables. 390 390 * 391 391 * @since MU … … 397 397 398 398 /** 399 * Filter the new default site meta variables.399 * Filters the new default site meta variables. 400 400 * 401 401 * @since 3.0.0 … … 495 495 496 496 /** 497 * Filter the default user variables used on the user sign-up form.497 * Filters the default user variables used on the user sign-up form. 498 498 * 499 499 * @since 3.0.0 … … 617 617 618 618 /** 619 * Filter the default site creation variables for the site sign-up form.619 * Filters the default site creation variables for the site sign-up form. 620 620 * 621 621 * @since 3.0.0 … … 759 759 function signup_get_available_languages() { 760 760 /** 761 * Filter the list of available languages for front-end site signups.761 * Filters the list of available languages for front-end site signups. 762 762 * 763 763 * Passing an empty array to this hook will disable output of the setting on the … … 783 783 // Main 784 784 $active_signup = get_site_option( 'registration', 'none' ); 785 /** 786 * Filter the type of site sign-up. 785 786 /** 787 * Filters the type of site sign-up. 787 788 * 788 789 * @since 3.0.0 -
trunk/src/xmlrpc.php
r34783 r37535 72 72 73 73 /** 74 * Filter the class used for handling XML-RPC requests.74 * Filters the class used for handling XML-RPC requests. 75 75 * 76 76 * @since 3.1.0
Note: See TracChangeset
for help on using the changeset viewer.