Changeset 56014 for trunk/src/wp-admin/plugin-editor.php
- Timestamp:
- 06/24/2023 09:50:34 AM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/plugin-editor.php
r55412 r56014 163 163 } 164 164 165 if ( '.php' === substr( $real_file, strrpos( $real_file, '.' )) ) {165 if ( str_ends_with( $real_file, '.php' ) ) { 166 166 $functions = wp_doc_link_parse( $content ); 167 167
Note: See TracChangeset
for help on using the changeset viewer.