Skip to:
Content

BuddyPress.org

Changeset 10422


Ignore:
Timestamp:
12/22/2015 05:38:02 AM (9 years ago)
Author:
tw2113
Message:

Scrutinizr feedback cleanup.

See #6402.

Location:
trunk/src/bp-members
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-members/admin/bp-members-admin-classes.php

    r10417 r10422  
    120120     *
    121121     * @since 2.0.0
     122     *
     123     * @return array
    122124     */
    123125    public function get_columns() {
     
    241243     * @since 2.0.0
    242244     *
    243      * @param object $signup_object The signup data object.
     245     * @param object|null $signup_object The signup data object.
    244246     */
    245247    public function column_cb( $signup_object = null ) {
     
    255257     * @since 2.0.0
    256258     *
    257      * @param object $signup_object The signup data object.
     259     * @param object|null $signup_object The signup data object.
    258260     */
    259261    public function column_username( $signup_object = null ) {
     
    330332     * @since 2.0.0
    331333     *
    332      * @param object $signup_object The signup data object.
     334     * @param object|null $signup_object The signup data object.
    333335     */
    334336    public function column_email( $signup_object = null ) {
     
    341343     * @since 2.0.0
    342344     *
    343      * @param object $signup_object The signup data object.
     345     * @param object|null $signup_object The signup data object.
    344346     */
    345347    public function column_registered( $signup_object = null ) {
     
    352354     * @since 2.0.0
    353355     *
    354      * @param object $signup_object The signup data object.
     356     * @param object|null $signup_object The signup data object.
    355357     */
    356358    public function column_date_sent( $signup_object = null ) {
     
    363365     * @since 2.0.0
    364366     *
    365      * @param object $signup_object Signup object instance.
     367     * @param object|null $signup_object Signup object instance.
    366368     */
    367369    public function column_count_sent( $signup_object = null ) {
     
    490492     *
    491493     * @since 2.0.0
     494     *
     495     * @return array
    492496     */
    493497    public function get_columns() {
     
    603607     * @since 2.4.0
    604608     *
    605      * @param object $signup_object Signup being acted upon.
    606      * @param string $column_name   Current column name.
    607      * @param string $primary       Primary column name.
     609     * @param object|null $signup_object Signup being acted upon.
     610     * @param string      $column_name   Current column name.
     611     * @param string      $primary       Primary column name.
    608612     * @return string
    609613     */
     
    631635     * @since 2.0.0
    632636     *
    633      * @param object $signup_object The signup data object.
     637     * @param object|null $signup_object The signup data object.
    634638     */
    635639    public function column_username( $signup_object = null ) {
     
    688692     * @since 2.0.0
    689693     *
    690      * @param object $signup_object The signup data object.
     694     * @param object|null $signup_object The signup data object.
    691695     */
    692696    public function column_name( $signup_object = null ) {
     
    699703     * @since 2.0.0
    700704     *
    701      * @param object $signup_object The signup data object.
     705     * @param object|null $signup_object The signup data object.
    702706     */
    703707    public function column_email( $signup_object = null ) {
     
    710714     * @since 2.0.0
    711715     *
    712      * @param object $signup_object The signup data object.
     716     * @param object|null $signup_object The signup data object.
    713717     */
    714718    public function column_registered( $signup_object = null ) {
  • trunk/src/bp-members/bp-members-admin.php

    r10417 r10422  
    942942     * @since 2.0.0
    943943     *
    944      * @param WP_User $user The WP_User object to be edited.
     944     * @param WP_User|null $user The WP_User object to be edited.
    945945     */
    946946    public function user_admin_status_metabox( $user = null ) {
     
    10181018     * @since 2.0.0
    10191019     *
    1020      * @param WP_User $user The WP_User object to be edited.
     1020     * @param WP_User|null $user The WP_User object to be edited.
    10211021     */
    10221022    public function user_admin_spammer_metabox( $user = null ) {
     
    10311031     * @since 2.0.0
    10321032     *
    1033      * @param WP_User $user The WP_User object to be edited.
     1033     * @param WP_User|null $user The WP_User object to be edited.
    10341034     */
    10351035    public function user_admin_stats_metabox( $user = null ) {
     
    10801080     * @since 2.2.0
    10811081     *
    1082      * @param WP_User $user The WP_User object to be edited.
     1082     * @param WP_User|null $user The WP_User object to be edited.
    10831083     */
    10841084    public function user_admin_member_type_metabox( $user = null ) {
     
    11461146     *
    11471147     * @param array|string $actions WordPress row actions (edit, delete).
    1148      * @param object       $user    The object for the user row.
     1148     * @param object|null  $user    The object for the user row.
    11491149     * @return array Merged actions.
    11501150     */
     
    12691269     * @since 2.0.0
    12701270     *
    1271      * @param WP_User_Query $query The users query.
     1271     * @param WP_User_Query|null $query The users query.
    12721272     * @return WP_User_Query The users query without the signups.
    12731273     */
  • trunk/src/bp-members/bp-members-functions.php

    r10417 r10422  
    12461246 *
    12471247 * @since 2.0.0
     1248 *
     1249 * @return bool
    12481250 */
    12491251function bp_last_activity_migrate() {
     
    22612263 * @since 1.2.2
    22622264 *
    2263  * @param WP_User|WP_Error $user     Either the WP_User or the WP_Error object.
    2264  * @param string           $username The inputted, attempted username.
    2265  * @param string           $password The inputted, attempted password.
     2265 * @param WP_User|WP_Error|null $user     Either the WP_User or the WP_Error object.
     2266 * @param string                $username The inputted, attempted username.
     2267 * @param string                $password The inputted, attempted password.
    22662268 * @return WP_User|WP_Error
    22672269 */
Note: See TracChangeset for help on using the changeset viewer.