Changeset 31480 for trunk/src/wp-includes/link-template.php
- Timestamp:
- 02/19/2015 02:58:40 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/link-template.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/link-template.php
r31459 r31480 3483 3483 3484 3484 if ( isset( $args['url'] ) && ! is_null( $args['url'] ) ) { 3485 /** This filter is documented in src/wp-includes/link-template.php */3485 /** This filter is documented in wp-includes/link-template.php */ 3486 3486 return apply_filters( 'get_avatar_data', $args, $id_or_email ); 3487 3487 } … … 3520 3520 if ( ! empty( $id_or_email->comment_type ) && ! in_array( $id_or_email->comment_type, (array) $allowed_comment_types ) ) { 3521 3521 $args['url'] = false; 3522 /** This filter is documented in src/wp-includes/link-template.php */3522 /** This filter is documented in wp-includes/link-template.php */ 3523 3523 return apply_filters( 'get_avatar_data', $args, $id_or_email ); 3524 3524 }
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)