ocportal-salmon: 9aea9e7715fa81a7341c407d4e3ee823b8f06a63

     1: <?php 
     2: 
     3: class Hook_authors
     4: {
     5: 
     6: 	/**
     7: 	 * Takes Salmon values from POST and handles their assimilation into the
     8: 	 * site.
     9: 	 */
    10: 	function handle_salmon($id)
    11: 	{
    12: 		
    13: 	}
    14: 	
    15: 	/**
    16: 	 * Whether we accept Salmon entries; replies to these posts from downstream
    17: 	 * consumers and aggregators.
    18: 	 *
    19: 	 * @return boolean		Whether a Salmon link should be made available for this feed.
    20: 	 */
    21: 	function salmon_enabled()
    22: 	{
    23: 		return false;
    24: 	}
    25: 
    26: }
    27: 
    28: 

Generated by git2html.