This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git bp-docs.php bp-docs.php | |
index ac74242..e21e733 100644 | |
--- bp-docs.php | |
+++ bp-docs.php | |
@@ -215,6 +215,10 @@ class BP_Docs { | |
// The slug used when deleting a doc | |
if ( !defined( 'BP_DOCS_UNTRASH_SLUG' ) ) | |
define( 'BP_DOCS_UNTRASH_SLUG', 'untrash' ); | |
+ | |
+ // The slug used when removing a doc from a group |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git bp-docs.php bp-docs.php | |
index ac74242..e21e733 100644 | |
--- bp-docs.php | |
+++ bp-docs.php | |
@@ -215,6 +215,10 @@ class BP_Docs { | |
// The slug used when deleting a doc | |
if ( !defined( 'BP_DOCS_UNTRASH_SLUG' ) ) | |
define( 'BP_DOCS_UNTRASH_SLUG', 'untrash' ); | |
+ | |
+ // The slug used when removing a doc from a group |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$needles = array( 'a', 'an', 'the', 'and', 'or', 'but', 'aboard', 'about', 'above', 'across', 'after', 'against', 'along', 'amid', 'among', 'anti', 'around', 'as', 'at', 'before', 'behind', 'below', 'beneath', 'beside', 'besides', 'between', 'beyond', 'but', 'by', 'concerning', 'considering', 'despite', 'down', 'during', 'except', 'excepting', 'excluding', 'following', 'for', 'from', 'in', 'inside', 'into', 'like', 'minus', 'near', 'of', 'off', 'on', 'onto', 'opposite', 'outside', 'over', 'past', 'per', 'plus', 'regarding', 'round', 'save', 'since', 'than', 'through', 'to', 'toward', 'towards', 'under', 'underneath', 'unlike', 'until', 'up', 'upon', 'versus', 'via', 'with', 'within', 'without', 'long' ); | |
$needles = implode('|', $needles); | |
// ?: signifies a non-capturing group | |
// http://www.regular-expressions.info/captureall.html | |
$pattern = "/(?:(?:\b(?:$needles)\b(?:\W(?:$needles)\b)*))/"; | |
$haystack = 'By the Light of the Silvery Moon and Stars except during or until Dawn'; | |
$replacement = '(r)$0(/r)'; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Markup for the BuddyPress wp-admin screens. | |
*/ | |
.bpa-nav-logo:before { | |
-webkit-font-smoothing: antialiased; | |
-moz-osx-font-smoothing: grayscale; } | |
.bpa-header { | |
border-bottom: 1px solid #e44800;; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content-row clear"> | |
<div class="third-block spans-2"> | |
Suddenly she came upon a little three-legged table, all made of solid glass; there was nothing on it except a tiny golden key, and Alice's first thought was that it might belong to one of the doors of the hall. | |
</div> | |
<div class="third-block"> | |
Suddenly she came upon a little three-legged table, all made of solid glass; there was nothing on it except a tiny golden key. | |
</div> | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content-row clear"> | |
<div class="quarter-block"> | |
Suddenly she came upon a little three-legged table... | |
</div> | |
<div class="quarter-block"> | |
Suddenly she came upon a little three-legged table... | |
</div> | |
<div class="quarter-block"> | |
Suddenly she came upon a little three-legged table... | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content-row clear"> | |
<div class="third-block"> | |
Suddenly she came upon a little three-legged table... | |
</div> | |
<div class="third-block"> | |
Suddenly she came upon a little three-legged table... | |
</div> | |
<div class="third-block"> | |
Suddenly she came upon a little three-legged table... | |
</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="content-row clear"> | |
<div class="half-block"> | |
Suddenly she came upon a little three-legged table... | |
</div> | |
<div class="half-block"> | |
Suddenly she came upon a little three-legged table... | |
</div> | |
</div> |
NewerOlder