Changeset 894 in tests for trunk/tests/test_includes_wp-styles.php
- Timestamp:
- 07/09/2012 03:32:24 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/test_includes_wp-styles.php
r828 r894 21 21 } 22 22 23 // Test versioning #11315 23 /** 24 * Test versioning 25 * @ticket 11315 26 */ 24 27 function test_wp_enqueue_style() { 25 28 wp_enqueue_style('no-deps-no-version', 'example.com' ); … … 42 45 * Test the different protocol references in wp_enqueue_style 43 46 * @global WP_Styles $wp_styles 47 * @ticket 16560 Protocol-relative references 44 48 */ 45 49 public function test_protocols() { 46 $this->knownWPBug( 16560 );47 48 50 // Init 49 51 global $wp_styles;
Note: See TracChangeset
for help on using the changeset viewer.