mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-03 04:04:35 +00:00
Add missing word. props bassgang. fixes #27259.
git-svn-id: https://develop.svn.wordpress.org/trunk@27371 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -13,7 +13,7 @@ jQuery( function() {
|
||||
equal( result.index, 13, 'foo shortcode with params found at index 13' );
|
||||
});
|
||||
|
||||
test( 'next() should not shortcodes that are not there', function() {
|
||||
test( 'next() should not find shortcodes that are not there', function() {
|
||||
var result;
|
||||
|
||||
// Not found
|
||||
|
||||
Reference in New Issue
Block a user