https://github.com/PressForward/pressforward
Revision 137d7df1919fdc7af4ebd7503d74b05e95a57fe8 authored by Boone B Gorges on 19 February 2019, 19:57:55 UTC, committed by Boone B Gorges on 19 February 2019, 19:57:55 UTC
This changeset also includes non-persistent caching for pages
fetched externally in order to populate the Nominate This meta boxes.

See #1037.
1 parent 503c019
Raw File
Tip revision: 137d7df1919fdc7af4ebd7503d74b05e95a57fe8 authored by Boone B Gorges on 19 February 2019, 19:57:55 UTC
Use WP's meta box API for Nominate This interface.
Tip revision: 137d7df
.gitattributes
# Auto detect text files and perform LF normalization
* text=auto

# Custom for Visual Studio
*.cs     diff=csharp
*.sln    merge=union
*.csproj merge=union
*.vbproj merge=union
*.fsproj merge=union
*.dbproj merge=union

# Standard to msysgit
*.doc	 diff=astextplain
*.DOC	 diff=astextplain
*.docx diff=astextplain
*.DOCX diff=astextplain
*.dot  diff=astextplain
*.DOT  diff=astextplain
*.pdf  diff=astextplain
*.PDF	 diff=astextplain
*.rtf	 diff=astextplain
*.RTF	 diff=astextplain
back to top