I hereby claim:
- I am anandkumar on github.
- I am anandkumar (https://keybase.io/anandkumar) on keybase.
- I have a public key whose fingerprint is CE6B 3A32 84A5 2010 140B FE5A A16A F31B 2C10 97B8
To claim this, I am signing this object:
Hello World! |
<?php | |
// Do not add above line. | |
add_filter('bbp_no_breadcrumb', function($arg) { return true; } ); |
<?php | |
//* Do NOT include the opening php tag | |
//* Notice the line 7, 8, 10 and 11 | |
function my_bbp_change_avatar_size($author_avatar, $topic_id, $size) { | |
$author_avatar = ''; | |
if ($size == 14) { | |
return $author_avatar; | |
} |
<?php | |
// add ie conditional html5 shim to header | |
function _s_add_ie_html5_shim () { | |
echo '<!--[if lt IE 9]>'; | |
echo '<script src="' . get_template_directory_uri() . '/js/html5.js"></script>'; | |
echo '<![endif]-->'; | |
} | |
add_action('wp_head', '_s_add_ie_html5_shim'); |
<?php | |
// Do not copy opening php tag | |
function bb_auth_reply_view( $reply_id ) { | |
$reply_id = bbp_get_reply_id( $reply_id ); | |
// Check if password is required | |
if ( post_password_required( $reply_id ) ) | |
return get_the_password_form(); |
<?php | |
// Do not copy starting php tag | |
function remove_x_pingback($headers) { | |
unset($headers['X-Pingback']); | |
return $headers; | |
} | |
add_filter('wp_headers', 'remove_x_pingback'); |
I hereby claim:
To claim this, I am signing this object:
ॊ१२३४५६७८९०-ृ\ | |
ौैाीूबहगदजड़ॉ | |
ोे्िुपरकतचट | |
ॆंमनवलस,.य | |
ऒऍॅ#$%^&*()ःऋ| | |
औऐआईऊभङघधझ{}ऑ | |
ओएअइउफऱखथछठ | |
ऎँणऩऴळशष।य़ |
This article is pulled from old WordPress tutorial archive using good ol' archive.org
We’ll describe here some of the basics about using subversion: starting out, changing things, and tagging releases. For more comprehensive documentation, see The SVN Book.
If you're new to subversion, you'll need to know what a few words mean, so let's go over how subversion behaves to introduce some terms.
All your files will be centrally stored in the repository on our servers. From that repository, anyone can check out a copy of your plugin files onto their local machine, but, as a plugin author, only you have tho authority to check in. That means you can make changes to the files, add new files, and delete files on your local machine and upload those changes back to the central server. It's this process of checking in that updates both the files in the repository an