diff options
| author | Kevin Kirsche <[email protected]> | 2015-11-10 22:07:38 -0500 |
|---|---|---|
| committer | Kevin Kirsche <[email protected]> | 2015-11-11 18:54:10 -0500 |
| commit | fc87d82ae926b4c92b5b41f2bcfa2d8f8541289b (patch) | |
| tree | 3e1063973f9c15b241b4be8d71e74ba62acb069d | |
| parent | b2a4cf0517657fcd17a04630b7cacbaa5f4ffc96 (diff) | |
| download | bootstrap-fc87d82ae926b4c92b5b41f2bcfa2d8f8541289b.tar.xz bootstrap-fc87d82ae926b4c92b5b41f2bcfa2d8f8541289b.zip | |
Update verb tenses to proper tense for feature deprecations
X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce
| -rw-r--r-- | docs/_includes/js/buttons.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/modal.html | 2 | ||||
| -rw-r--r-- | less/mixins/hide-text.less | 2 | ||||
| -rw-r--r-- | 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 55009dee2..2249bbd70 100644 --- a/docs/_includes/js/buttons.html +++ b/docs/_includes/js/buttons.html @@ -10,7 +10,7 @@ <h2 id="buttons-stateful">Stateful</h2> <p>Add <code>data-loading-text="Loading..."</code> to use a loading state on a button.</p> - <p><strong class="text-danger">This feature is deprecated since v3.3.5 and will be removed in v4.</strong></p> + <p><strong class="text-danger">This feature is deprecated since v3.3.5 and has been removed in v4.</strong></p> <div class="bs-callout bs-callout-info" id="callout-buttons-state-names"> <h4>Use whichever state you like!</h4> <p>For the sake of this demonstration, we are using <code>data-loading-text</code> and <code>$().button('loading')</code>, but that's not the only state you can use. <a href="#buttons-methods">See more on this below in the <code>$().button(string)</code> documentation</a>.</p> diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 7e0a427ef..9798d85bb 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -439,7 +439,7 @@ $('#exampleModal').on('show.bs.modal', function (event) { <td>path</td> <td>false</td> <td> - <p><strong class="text-danger">This option is deprecated since v3.3.0 and will be removed in v4.</strong> We recommend instead using client-side templating or a data binding framework, or calling <a href="http://api.jquery.com/load/">jQuery.load</a> yourself.</p> + <p><strong class="text-danger">This option is deprecated since v3.3.0 and has been removed in v4.</strong> We recommend instead using client-side templating or a data binding framework, or calling <a href="http://api.jquery.com/load/">jQuery.load</a> yourself.</p> <p>If a remote URL is provided, <strong>content will be loaded one time</strong> via jQuery's <code>load</code> method and injected into the <code>.modal-content</code> div. If you're using the data-api, you may alternatively use the <code>href</code> attribute to specify the remote source. An example of this is shown below:</p> {% highlight html %} <a data-toggle="modal" href="remote.html" data-target="#modal">Click me</a> diff --git a/less/mixins/hide-text.less b/less/mixins/hide-text.less index bc7011850..2bb84a3b4 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 cc5c15eb6..2b5e74b99 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 |
