From fc87d82ae926b4c92b5b41f2bcfa2d8f8541289b Mon Sep 17 00:00:00 2001 From: Kevin Kirsche Date: Tue, 10 Nov 2015 22:07:38 -0500 Subject: [PATCH] Update verb tenses to proper tense for feature deprecations X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce --- docs/_includes/js/buttons.html | 2 +- docs/_includes/js/modal.html | 2 +- less/mixins/hide-text.less | 2 +- less/mixins/vendor-prefixes.less | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/_includes/js/buttons.html b/docs/_includes/js/buttons.html index 55009dee2f..2249bbd706 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -10,7 +10,7 @@

Stateful

Add data-loading-text="Loading..." to use a loading state on a button.

-

This feature is deprecated since v3.3.5 and will be removed in v4.

+

This feature is deprecated since v3.3.5 and has been removed in v4.

Use whichever state you like!

For the sake of this demonstration, we are using data-loading-text and $().button('loading'), but that's not the only state you can use. See more on this below in the $().button(string) documentation.

diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 7e0a427efd..9798d85bb6 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -439,7 +439,7 @@ $('#exampleModal').on('show.bs.modal', function (event) { path false -

This option is deprecated since v3.3.0 and will be removed in v4. We recommend instead using client-side templating or a data binding framework, or calling jQuery.load yourself.

+

This option is deprecated since v3.3.0 and has been removed in v4. We recommend instead using client-side templating or a data binding framework, or calling jQuery.load yourself.

If a remote URL is provided, content will be loaded one time via jQuery's load method and injected into the .modal-content div. If you're using the data-api, you may alternatively use the href attribute to specify the remote source. An example of this is shown below:

{% highlight html %} Click me diff --git a/less/mixins/hide-text.less b/less/mixins/hide-text.less index bc70118509..2bb84a3b44 100644 --- a/less/mixins/hide-text.less +++ b/less/mixins/hide-text.less @@ -6,7 +6,7 @@ // // Source: https://github.com/h5bp/html5-boilerplate/commit/aa0396eae757 -// Deprecated as of v3.0.1 (will be removed in v4) +// Deprecated as of v3.0.1 (has been removed in v4) .hide-text() { font: ~"0/0" a; color: transparent; diff --git a/less/mixins/vendor-prefixes.less b/less/mixins/vendor-prefixes.less index cc5c15eb66..2b5e74b99e 100644 --- a/less/mixins/vendor-prefixes.less +++ b/less/mixins/vendor-prefixes.less @@ -1,7 +1,7 @@ // Vendor Prefixes // // All vendor mixins are deprecated as of v3.2.0 due to the introduction of -// Autoprefixer in our Gruntfile. They will be removed in v4. +// Autoprefixer in our Gruntfile. They have been removed in v4. // - Animations // - Backface visibility