Changeset 14341
- Timestamp:
- 01/07/2025 04:16:14 PM (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/common/includes/slack/trac/resource.php
r1121 r14341 23 23 } 24 24 25 function get( Trac $trac, $id ) {25 static function get( Trac $trac, $id ) { 26 26 $key = $trac->get_slug() . ':' . static::get_resource_type() . ':' . $id; 27 27 if ( isset( static::$instances[ $key ] ) ) {
Note: See TracChangeset
for help on using the changeset viewer.