Changeset 63195
- Timestamp:
- 08/12/2026 04:12:21 AM (13 days ago)
- Location:
- branches/6.6
- Files:
-
- 2 edited
-
composer.json (modified) (2 diffs)
-
src/wp-includes/class-wp-object-cache.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.6/composer.json
r63042 r63195 18 18 }, 19 19 "require-dev": { 20 "squizlabs/php_codesniffer": "3. 9.0",20 "squizlabs/php_codesniffer": "3.13.6", 21 21 "wp-coding-standards/wpcs": "~3.1.0", 22 22 "phpcompatibility/phpcompatibility-wp": "~2.1.3", … … 24 24 }, 25 25 "config": { 26 "audit": { "ignore": [ "GHSA-3pwp-g2mj-5p3v" , "GHSA-hmqg-cxww-wqhq", "PKSA-rdkp-vv9z-mjkg"] },26 "audit": { "ignore": [ "GHSA-3pwp-g2mj-5p3v" ] }, 27 27 "allow-plugins": { 28 28 "dealerdirect/phpcodesniffer-composer-installer": true -
branches/6.6/src/wp-includes/class-wp-object-cache.php
r55549 r63195 105 105 */ 106 106 public function __set( $name, $value ) { 107 return $this->$name = $value; 107 $this->$name = $value; 108 109 return $value; 108 110 } 109 111
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)