]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Update verb tenses to proper tense for feature deprecations 18214/head
authorKevin Kirsche <Kev.Kirsche+GitHub@gmail.com>
Wed, 11 Nov 2015 03:07:38 +0000 (22:07 -0500)
committerKevin Kirsche <Kev.Kirsche@gmail.com>
Wed, 11 Nov 2015 23:54:10 +0000 (18:54 -0500)
X-Ref: https://github.com/twbs/bootstrap/commit/fce30b57e2fbe750cdebf1794d3917f3176d06ce

docs/_includes/js/buttons.html
docs/_includes/js/modal.html
less/mixins/hide-text.less
less/mixins/vendor-prefixes.less

index 55009dee2fc975f447b4f7a929de2f6a7b4e4648..2249bbd70695fc8278bd7a19849b37b708c74f7a 100644 (file)
@@ -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>
index 7e0a427efd4637523f93504e3a5e12624627255a..9798d85bb6a6dff869057739bd80565bd41bc58b 100644 (file)
@@ -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>
index bc70118509d7613ba55d32dc038cff7381943615..2bb84a3b444fc158cd24ef77789c624d989fa8ed 100644 (file)
@@ -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;
index cc5c15eb66257d3509dc7dad94ef9c48f19a4636..2b5e74b99ed685f4d5e780a9694b9903a59f257b 100644 (file)
@@ -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