Changeset 13106 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api.php
- Timestamp:
- 01/15/2024 01:44:57 AM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/standalone/class-plugins-info-api.php
r12847 r13106 146 146 * Generates a Cache key for a plugin based on the request. 147 147 */ 148 protected function plugin_information_cache_key( $request ) {148 protected static function plugin_information_cache_key( $request ) { 149 149 return 'plugin_information:' 150 150 . ( strlen( $request->slug ) > 200 ? 'md5:' . md5( $request->slug ) : $request->slug )
Note: See TracChangeset
for help on using the changeset viewer.