Changeset 56014 for trunk/src/wp-admin/theme-editor.php
- Timestamp:
- 06/24/2023 09:50:34 AM (3 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-admin/theme-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/theme-editor.php
r55434 r56014 162 162 $content = fread( $f, filesize( $file ) ); 163 163 164 if ( '.php' === substr( $file, strrpos( $file, '.' )) ) {164 if ( str_ends_with( $file, '.php' ) ) { 165 165 $functions = wp_doc_link_parse( $content ); 166 166
Note: See TracChangeset
for help on using the changeset viewer.