Changeset 7021 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-parser.php
- Timestamp:
- 04/04/2018 03:05:24 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/readme/class-parser.php
r6287 r7021 87 87 */ 88 88 public $faq = array(); 89 90 /** 91 * Flag to specify that a Contributor was ignored. 92 * 93 * @var bool 94 */ 95 public $contributor_ignored = false; 89 96 90 97 /** … … 544 551 if ( ! $user ) { 545 552 unset( $users[ $i ] ); 553 $this->contributor_ignored = true; 546 554 continue; 547 555 }
Note: See TracChangeset
for help on using the changeset viewer.