Changeset 46290 for trunk/src/wp-includes/author-template.php
- Timestamp:
- 09/25/2019 01:46:55 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/author-template.php
r45932 r46290 566 566 * @access private 567 567 */ 568 function __clear_multi_author_cache() { //phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore 568 function __clear_multi_author_cache() { //phpcs:ignore WordPress.NamingConventions.ValidFunctionName.FunctionDoubleUnderscore,PHPCompatibility.FunctionNameRestrictions.ReservedFunctionNames.FunctionDoubleUnderscore 569 569 delete_transient( 'is_multi_author' ); 570 570 }
Note: See TracChangeset
for help on using the changeset viewer.