Changeset 13709 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tools/class-svn.php
- Timestamp:
- 05/16/2024 01:30:50 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/tools/class-svn.php
r11918 r13709 403 403 foreach ( $simple_xml->logentry as $entry ) { 404 404 $revision = (int) $entry->attributes()['revision']; 405 $actions = array(); 405 406 $paths = array(); 406 407 407 408 foreach ( $entry->paths->children() as $child_path ) { 408 $paths[] = (string) $child_path; 409 $path = (string) $child_path; 410 $action = (string) ( $child_path->attributes()['action'] ?? 'M' ); 411 412 $paths[] = $path; 413 $actions[ $path ] = $action; 409 414 } 410 415 … … 414 419 'date' => strtotime( (string) $entry->date ), 415 420 'paths' => $paths, 421 'actions' => $actions, 416 422 'message' => (string) $entry->msg, 417 423 );
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)