Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping version to 4.9.80.rc.007. Previous Commit message: "correct t…
…he description of EEH_Line_Item::add_percentage_based_item() (#994) <!-- Thanks for your pull request. Comments within these type of tags will be hidden and not show up when you submit your pull request --> <!-- Please answer the following questions in order to expediate acceptance --> ## Problem this Pull Request solves <!-- Please describe your changes in the context of the problem they solve --> Just updates a PHP doc to more accurately reflect the follow-up work needed after using `EEH_Line_Item::add_percentage_line_item()`. No code behaviour changed. (This seems to be what caused eventespresso/ee-code-snippet-library#12) ## How has this been tested <!-- Please describe in detail how you tested your changes and how testing can be reproduced --> <!-- Include details of your testing environment, and tests ran to see how your changes affect other areas of code --> <!-- Include any notes about automated tests you've written for this pull request. Pull requests with automated tests are preferred. --> * [ ] Opened up EE and there were no syntax errors ## Checklist * [ ] I have read the documentation relating to systems affected by this pull request, see https://github.com/eventespresso/event-espresso-core/tree/master/docs * [ ] User input is adequately validated and sanitized * [ ] all publicly displayed strings are internationalized (usually using `esc_html__()`, see https://codex.wordpress.org/I18n_for_WordPress_Developers) * [ ] My code is tested. * [ ] My code follows the Event Espresso code style. * [ ] My code has proper inline documentation. * [ ] My code accounts for when the site is in Maintenance Mode (MM2 especially disallows usage of models) "
- Loading branch information