Changeset 47808 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 05/16/2020 06:40:52 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r47550 r47808 162 162 } 163 163 164 if ( '.php' == substr( $real_file, strrpos( $real_file, '.' ) ) ) {164 if ( '.php' === substr( $real_file, strrpos( $real_file, '.' ) ) ) { 165 165 $functions = wp_doc_link_parse( $content ); 166 166
Note: See TracChangeset
for help on using the changeset viewer.