Changeset 37535 for trunk/src/wp-signup.php
- Timestamp:
- 05/23/2016 04:43:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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
Note: See TracChangeset
for help on using the changeset viewer.