Changeset 56543 for trunk/src/wp-includes/class-wp-user-query.php
- Timestamp:
- 09/07/2023 08:43:48 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/class-wp-user-query.php
r56381 r56543 1123 1123 } 1124 1124 1125 trigger_error( 1125 wp_trigger_error( 1126 __METHOD__, 1126 1127 "The property `{$name}` is not declared. Getting a dynamic property is " . 1127 1128 'deprecated since version 6.4.0! Instead, declare the property on the class.', … … 1146 1147 } 1147 1148 1148 trigger_error( 1149 wp_trigger_error( 1150 __METHOD__, 1149 1151 "The property `{$name}` is not declared. Setting a dynamic property is " . 1150 1152 'deprecated since version 6.4.0! Instead, declare the property on the class.', … … 1167 1169 } 1168 1170 1169 trigger_error( 1171 wp_trigger_error( 1172 __METHOD__, 1170 1173 "The property `{$name}` is not declared. Checking `isset()` on a dynamic property " . 1171 1174 'is deprecated since version 6.4.0! Instead, declare the property on the class.', … … 1189 1192 } 1190 1193 1191 trigger_error( 1194 wp_trigger_error( 1195 __METHOD__, 1192 1196 "A property `{$name}` is not declared. Unsetting a dynamic property is " . 1193 1197 'deprecated since version 6.4.0! Instead, declare the property on the class.',
Note: See TracChangeset
for help on using the changeset viewer.