Changeset 11306 for sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
- Timestamp:
- 11/02/2021 07:49:00 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/theme-directory/class-wporg-themes-upload.php
r11305 r11306 1773 1773 } 1774 1774 1775 if ( $this->commit_msg ) {1776 $fields[] = [1777 'type' => 'mrkdwn',1778 'text' => "*Commit Message:*\n{$this->commit_msg}",1779 ];1780 }1781 1782 1775 $blocks[] = [ 1783 1776 'type' => 'section', … … 1799 1792 'fields' => $fields 1800 1793 ]; 1794 1795 if ( $this->commit_msg ) { 1796 $blocks[] = [ 1797 'type' => 'section', 1798 'text' => [ 1799 'type' => 'mrkdwn', 1800 'text' => "*Commit Message:* {$this->commit_msg}", 1801 ], 1802 ]; 1803 } 1804 1801 1805 } elseif ( $this->theme_post ) { 1802 1806 $blocks[] = [
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)