Changeset 5708 for sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
- Timestamp:
- 07/20/2017 07:58:10 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/wordpress.org/public_html/wp-content/plugins/plugin-directory/shortcodes/class-upload-handler.php
r5583 r5708 86 86 $this->plugin_slug = remove_accents( $this->plugin['Name'] ); 87 87 $this->plugin_slug = preg_replace( '/[^a-z0-9 _.-]/i', '', $this->plugin_slug ); 88 $this->plugin_slug = str_replace( '_', '-', $this->plugin_slug ); 88 89 $this->plugin_slug = sanitize_title_with_dashes( $this->plugin_slug ); 89 90
Note: See TracChangeset
for help on using the changeset viewer.