Docs: Fix a few minor inline documentation typos in a variety of files and contexts.

Props ramizmanked.
Fixes #45463.


git-svn-id: https://develop.svn.wordpress.org/trunk@44331 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Drew Jaynes
2018-12-19 07:41:41 +00:00
parent 593bdb87fa
commit 3e4a5df698
5 changed files with 6 additions and 6 deletions

View File

@@ -316,6 +316,6 @@ if ( ! in_array( 'plugin_editor_notice', $dismissed_pointers, true ) ) :
</div>
</div>
<?php
endif; // editor warning notice
endif; // Editor warning notice.
include( ABSPATH . 'wp-admin/admin-footer.php' );