Skip to content

Commit e01d204

Browse files
scottgonzalezjzaefferer
authored andcommitted
Effects: Clean up queue wording since we don't support jQuery <1.7
Fixes jquerygh-141 Closes jquerygh-249
1 parent 1283417 commit e01d204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

includes/animation-signature-options.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<property name="queue" default="true">
2424
<type name="Boolean"/>
2525
<type name="String"/>
26-
<desc>A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. <strong>As of jQuery 1.7</strong>, the queue option can also accept a string, in which case the animation is added to the queue represented by that string.</desc>
26+
<desc>A Boolean indicating whether to place the animation in the effects queue. If <code>false</code>, the animation will begin immediately. A string can also be provided, in which case the animation is added to the queue represented by that string.</desc>
2727
</property>
2828
</argument>
2929
</signature>

includes/class-animation-argument-options.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
<property name="queue" default="true">
2323
<type name="Boolean"/>
2424
<type name="String"/>
25-
<desc>A Boolean indicating whether to place the animation in the effects queue. If false, the animation will begin immediately. <strong>As of jQuery 1.7</strong>, the queue option can also accept a string, in which case the animation is added to the queue represented by that string.</desc>
25+
<desc>A Boolean indicating whether to place the animation in the effects queue. If <code>false</code>, the animation will begin immediately. A string can also be provided, in which case the animation is added to the queue represented by that string.</desc>
2626
</property>
2727
</argument>

0 commit comments

Comments
 (0)