Make WordPress Core


Ignore:
Timestamp:
05/23/2016 04:43:20 PM (9 years ago)
Author:
DrewAPicture
Message:

Docs: Standardize filter docs in root folder files to use third-person singular verbs per the inline documentation standards for PHP.

Fixes #36913.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-signup.php

    r36417 r37535  
    276276
    277277    /**
    278      * Filter the default site sign-up variables.
     278     * Filters the default site sign-up variables.
    279279     *
    280280     * @since 3.0.0
     
    387387
    388388    /**
    389      * Filter the new site meta variables.
     389     * Filters the new site meta variables.
    390390     *
    391391     * @since MU
     
    397397
    398398    /**
    399      * Filter the new default site meta variables.
     399     * Filters the new default site meta variables.
    400400     *
    401401     * @since 3.0.0
     
    495495
    496496    /**
    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.
    498498     *
    499499     * @since 3.0.0
     
    617617
    618618    /**
    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.
    620620     *
    621621     * @since 3.0.0
     
    759759function signup_get_available_languages() {
    760760    /**
    761      * Filter the list of available languages for front-end site signups.
     761     * Filters the list of available languages for front-end site signups.
    762762     *
    763763     * Passing an empty array to this hook will disable output of the setting on the
     
    783783// Main
    784784$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.
    787788 *
    788789 * @since 3.0.0
Note: See TracChangeset for help on using the changeset viewer.