Changeset 37288
- Timestamp:
- 04/21/2016 09:20:26 PM (9 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/ajax-actions.php
r37148 r37288 2603 2603 2604 2604 if ( ! empty( $url ) ) { 2605 $html = '<a href="' . esc_url( $url ) . '"' . $rel . ' ">' . $html . '</a>';2605 $html = '<a href="' . esc_url( $url ) . '"' . $rel . '>' . $html . '</a>'; 2606 2606 } 2607 2607 } -
trunk/tests/phpunit/includes/testcase-ajax.php
r37199 r37288 51 51 'sample-permalink', 'inline-save', 'inline-save-tax', 'find_posts', 'widgets-order', 52 52 'save-widget', 'set-post-thumbnail', 'date_format', 'time_format', 'wp-fullscreen-save-post', 53 'wp-remove-post-lock', 'dismiss-wp-pointer', ' heartbeat', 'nopriv_heartbeat', 'get-revision-diffs',53 'wp-remove-post-lock', 'dismiss-wp-pointer', 'send-attachment-to-editor', 'heartbeat', 'nopriv_heartbeat', 'get-revision-diffs', 54 54 'save-user-color-scheme', 'update-widget', 'query-themes', 'parse-embed', 'set-attachment-thumbnail', 55 55 'parse-media-shortcode', 'destroy-sessions', 'install-plugin', 'update-plugin', 'press-this-save-post',
Note: See TracChangeset
for help on using the changeset viewer.