Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
slaFFik committed Apr 6, 2016
2 parents 2e3641f + 21eb092 commit da8d1b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ function edit_group_fields() {
/**
* Save extra fields in DB
*
* @return bool
* @return boolean|null
*/
function edit_group_fields_save() {
/** @var $wpdb WPDB */
Expand Down Expand Up @@ -1000,7 +1000,7 @@ function import_set_fields() {
/**
* Notices about user actions
*
* @param $type
* @param string $type
*/
function notices( $type ) {
switch ( $type ) {
Expand Down Expand Up @@ -1032,7 +1032,7 @@ function notices( $type ) {
/**
* Create a storage for groups pages
*
* @param $what
* @param string $what
* @param bool $input
*
* @return int|null|WP_Post
Expand Down

0 comments on commit da8d1b4

Please sign in to comment.