Changeset 11305 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/jobs/class-svn-import.php
- Timestamp:
- 11/02/2021 07:25:50 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/jobs/class-svn-import.php
r11233 r11305 71 71 72 72 $changeset = (int) $element->xpath( '@revision' )[0]; 73 $author = (string) $element->xpath( 'author' )[0];74 $msg = (string) $element->xpath( 'msg' )[0];73 $author = trim( (string) $element->xpath( 'author' )[0] ); 74 $msg = trim( (string) $element->xpath( 'msg' )[0] ); 75 75 76 76 $info = compact( 'slug', 'version', 'changeset', 'author', 'msg' ); … … 116 116 $args['version'], 117 117 $args['changeset'] ?? false, 118 $args['author'] ?? false 118 $args['author'] ?? false, 119 $args['msg'] ?? '' 119 120 ); 120 121
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)