A list of APIs for player data in Bungie's Destiny
API - Clan
| <?php | |
| class Hooks_rename_date_fields extends Hooks | |
| { | |
| public function control_panel__add_to_foot() | |
| { | |
| if (URL::getCurrent() == '/publish') { | |
| return $this->js->inline(' | |
| var form = $(".primary-form"); | |
| form.find("label:contains(\'Publish Date\')").text("New date field name"); |
| /* | |
| * Title Caps | |
| * | |
| * Ported to JavaScript By John Resig - http://ejohn.org/ - 21 May 2008 | |
| * Original by John Gruber - http://daringfireball.net/ - 10 May 2008 | |
| * License: http://www.opensource.org/licenses/mit-license.php | |
| */ | |
| (function(){ | |
| var small = "(a|an|and|as|at|but|by|en|for|if|in|of|on|or|the|to|v[.]?|via|vs[.]?)"; |