- Timestamp:
- 04/27/2024 05:51:41 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-activity/classes/class-bp-activity-template.php
r13404 r13816 174 174 // Backward compatibility with old method of passing arguments. 175 175 if ( !is_array( $args ) || count( $function_args ) > 1 ) { 176 _deprecated_argument( __METHOD__, '1.6', sprintf( __( 'Arguments passed to %1$s should be in an associative array. See the inline documentation at %2$s for more details.', 'buddypress' ), __METHOD__, __FILE__ ) );176 _deprecated_argument( __METHOD__, '1.6', sprintf( esc_html__( 'Arguments passed to %1$s should be in an associative array. See the inline documentation at %2$s for more details.', 'buddypress' ), __METHOD__, __FILE__ ) ); 177 177 178 178 $old_args_keys = array(
Note: See TracChangeset
for help on using the changeset viewer.